mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
chore(github): refactor community labeler (#9077)
This commit is contained in:
@@ -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