mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
chore(github): refactor community labeler (#9077)
This commit is contained in:
3
.github/workflows/labeler-community.yml
vendored
3
.github/workflows/labeler-community.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
- name: Add the 'community' label
|
||||
env:
|
||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
echo "Adding 'community' label to the PR"
|
||||
gh pr edit "$PR_NUMBER" --add-label community
|
||||
gh pr edit "$PR_NUMBER" --add-label community
|
||||
|
||||
Reference in New Issue
Block a user