fix(ci): correct bot and dependency PR labeling (#11425)

This commit is contained in:
Hugo Pereira Brito
2026-07-13 09:06:12 +01:00
committed by GitHub
parent 3c78a0df43
commit cef131812c
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -23,6 +23,10 @@
"prConcurrentLimit": 20,
"prHourlyLimit": 10,
"vulnerabilityAlerts": {
"labels": [
"dependencies",
"security"
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0
},
+1 -1
View File
@@ -93,7 +93,7 @@ jobs:
fi
- name: Add community label
if: steps.check_membership.outputs.is_member == 'false'
if: steps.check_membership.outputs.is_member == 'false' && github.event.pull_request.user.type != 'Bot'
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ github.token }}