Skip to content

Commit

Permalink
Update .github/workflows/assignlabel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Jul 31, 2024
1 parent 7140d47 commit cdbaa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assignlabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
assign-issue:
runs-on: ubuntu-latest
if: contains(github.event.comment.body, '/a')
if: contains(github.event.comment.body, '/assign')
steps:
- name: Check commenter permissions
id: check-permissions
Expand Down

0 comments on commit cdbaa82

Please sign in to comment.