Update .github/workflows/community-label.yml

Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-12-26 10:59:22 -06:00 committed by GitHub
parent de5c90530f
commit f4fb6d5e93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;