Skip to content

Commit

Permalink
refactor: update greeting action (#12927)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzf0587 authored Dec 17, 2024
1 parent 4574dd1 commit 8356d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: "[Issue Greeting] Add auto greeting reply when issue opened"
- description: "[Issue Greeting] Add needs attention label when issue opened"
if:
- payloadType: Issues
- isAction:
action: Opened
then:
- addReply:
reply: Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.
# - addReply:
# reply: Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.
- addLabel:
label: needs attention
- description: "[Idle Issue Management] Remove no recent activity label from issues"
Expand Down

0 comments on commit 8356d7f

Please sign in to comment.