Skip to content

Commit

Permalink
Fix comment.yml (Attempt 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan committed Dec 21, 2023
1 parent 3bffb3e commit 2eaab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event.issue.pull_request &&
contains(['zbeyens', '12joan'], github.event.sender.login) &&
contains(fromJSON('["zbeyens", "12joan"]'), github.event.sender.login) &&
startsWith(github.event.comment.body, '/release:next')
steps:
- name: Checkout repo
Expand Down

0 comments on commit 2eaab7e

Please sign in to comment.