mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Automation: Update backport github action trigger (#28352)
It seems like GitHub has solved the problem of running github actions on PRs from forks with access to secrets. https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/#improvements-for-public-repository-forks If I change the event that triggers it to pull_request_target the action is run in the context of the base instead of the merged PR branch
This commit is contained in:
parent
cdab6028e1
commit
95a1993443
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Backport PR Creator
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
- labeled
|
||||
|
Loading…
Reference in New Issue
Block a user