Skip to content

Commit

Permalink
Fix syntax issue in take GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel authored Sep 20, 2024
1 parent ad8692f commit 975ebb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/assign-github-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
assign-github-issue:
name: Assign GitHub Issue to Commenter
runs-on: depot-ubuntu-latest-2
if: !github.event.issue.pull_request && contains(github.event.comment.body, '/take')
if: |
!github.event.issue.pull_request &&
contains(github.event.comment.body, '/take')
steps:
- name: Check if Commenter Can Be Assigned
Expand Down

0 comments on commit 975ebb2

Please sign in to comment.