We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe03a5 commit 5a248a3Copy full SHA for 5a248a3
.github/workflows/pre-commit.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Report pending
86
if: |
87
- !contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge')
+ ${{ !contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') }}
88
uses: actions/github-script@v7
89
with:
90
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments