ci: fix permissions issue with approved-label (#3017)

* ci: use a different action forlabelling on pr approval.

* ci: fix permissions issue with approved-label
This commit is contained in:
realstealthninja
2025-10-01 14:33:13 +00:00
committed by GitHub
parent b5d818b15f
commit ba0d3fff49

View File

@@ -1,5 +1,7 @@
on: pull_request_review
name: Add "approved" label when approved
permissions:
pull-requests: write
jobs:
add_label:
name: Add "approved" label when approved