mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-14 02:30:40 +08:00
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:
2
.github/workflows/approved-label.yml
vendored
2
.github/workflows/approved-label.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user