Skip to content

Commit

Permalink
Update issue_comment_actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneDev6 authored Sep 2, 2024
1 parent fda7602 commit e30ac6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue_comment_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
(github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER')
}}
steps:
# Add "type: duplicate" label and remove "type: bug" label.
# Add "type: duplicate" label
- name: Update Issue Labels
run: 'gh issue edit "$NUMBER" --add-label "type: duplicate" --remove-label "type: bug"'
run: 'gh issue edit "$NUMBER" --add-label "type: duplicate"'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
Expand Down

0 comments on commit e30ac6a

Please sign in to comment.