Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd889d3

Browse files
committedApr 17, 2024··
Fix
1 parent e35c786 commit bd889d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
});
8888
8989
- name: Report pending
90+
env:
91+
GH_TOKEN: ${{ github.token }}
9092
if: |
9193
!contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') ||
9294
needs.lint.result == 'failure'

0 commit comments

Comments
 (0)
Please sign in to comment.