Skip to content

Commit 5a248a3

Browse files
committed
Fix
1 parent bfe03a5 commit 5a248a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Report pending
8686
if: |
87-
!contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge')
87+
${{ !contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') }}
8888
uses: actions/github-script@v7
8989
with:
9090
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)