mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 21:26:02 +08:00
ci: use pull_request_target for remove label permission (#618)
This commit is contained in:
parent
8b47f4af21
commit
cac31072a9
5
.github/workflows/remove-label.yaml
vendored
5
.github/workflows/remove-label.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: remove-label
|
name: remove-label
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [synchronize]
|
types: [synchronize]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -13,5 +13,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
label: ok-to-test
|
label: ok-to-test
|
||||||
type: remove
|
type: remove
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user