You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/plan-release.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@ on:
4
4
branches:
5
5
- main
6
6
- master
7
-
pull_request:
7
+
pull_request_target: # This workflow has permissions on the repo, do NOT run code from PRs in this workflow. See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
8
8
types:
9
9
- labeled
10
+
- unlabeled
10
11
11
12
concurrency:
12
13
group: plan-release # only the latest one of these should ever be running
0 commit comments