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
+31-28Lines changed: 31 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1,47 +1,48 @@
1
-
name: Release Plan Review
1
+
name: Plan Release
2
2
on:
3
+
workflow_dispatch:
3
4
push:
4
5
branches:
5
6
- main
6
7
- master
7
-
pull_request:
8
+
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
9
types:
9
10
- labeled
11
+
- unlabeled
10
12
11
13
concurrency:
12
14
group: plan-release # only the latest one of these should ever be running
This PR is a preview of the release that [release-plan](https://github.com/embroider-build/release-plan) has prepared. To release you should just merge this PR 👍
0 commit comments