Skip to content

Commit

Permalink
Update .github/workflows/auto_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Jul 26, 2024
1 parent f4416a2 commit aef344c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto_pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Auto PR Creation
on:
- name: Add Feature Request Comment
run: gh pr comment ${{ steps.extract-branch.outputs.BRANCH}} --body "## What is the feature\n\nThe feature is not clearly described in the issue. The issue title and body both contain 'xcv', which does not provide any information about the feature request.\n\n## Why we need the feature\n\nSince the feature is not described, it is unclear why it is needed. Please provide more details about the feature request to understand its necessity.\n\n## How to implement and why\n\nWithout a clear description of the feature, it is challenging to provide a step-by-step implementation plan. Please update the issue with more information about the feature, its purpose, and any specific requirements or constraints."
issue_comment:
types: [created]
jobs:
Expand Down

0 comments on commit aef344c

Please sign in to comment.