Skip to content

Commit

Permalink
UNDO THIS
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 8, 2024
1 parent 44e8aea commit 72b0ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
COMMENTS: ${{ steps.comments.outputs.users }}
- name: Comment requirements
if: failure() && !contains(fromJson(steps.comments.outputs.users), 'github-actions')
if: failure() && !contains(fromJson(steps.comments.outputs.users), 'github-actionssss')
run: |
echo "Commeneters are $COMMENTS"
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body "PR needs to be reviewed again after being modified"
Expand Down

0 comments on commit 72b0ecf

Please sign in to comment.