Skip to content

Commit

Permalink
update(github/workflow): update workflow issue-labeled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Nov 28, 2023
1 parent bf6cae7 commit b1ed735
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,17 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'Resolution: Invalid'
comment: 'This issue is closed because it is invalid.'
comment: 'This issue is closed because it is invalid.'

to-be-discuss:
runs-on: ubuntu-latest
steps:
- name: Reply Issue
if: "${{ github.event.label.name == 'Resolution: To Be Discuss'}}"
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Thanks for reporting this issue! We need to discuss this issue with the team, we will update the status of this issue as soon as possible.

0 comments on commit b1ed735

Please sign in to comment.