diff --git a/.github/workflows/assign-github-issue.yml b/.github/workflows/assign-github-issue.yml index 2518d7a978..6a2833e252 100644 --- a/.github/workflows/assign-github-issue.yml +++ b/.github/workflows/assign-github-issue.yml @@ -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