Update .github/workflows/community-label.yml
Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
This commit is contained in:
parent
de5c90530f
commit
f4fb6d5e93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/community-label.yml
vendored
2
.github/workflows/community-label.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- name: Add community label
|
||||
if: github.event.pull_request.author_association != 'MEMBER' && github.event.pull_request.author_association != 'OWNER' && github.event.pull_request.author_association != 'COLLABORATOR'
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8.0
|
||||
with:
|
||||
script: |
|
||||
const pullRequestNumber = context.payload.pull_request.number;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue