File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: New Release Branch
22
33on :
44 repository_dispatch :
5- types : new-release-branch
5+ types : [ new-release-branch]
66
77permissions :
88 contents : read
Original file line number Diff line number Diff line change 66 # enable users to manually trigger with workflow_dispatch
77 workflow_dispatch : {}
88 repository_dispatch :
9- types : publish-nightly
9+ types : [ publish-nightly]
1010
1111permissions :
1212 contents : read
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Set branch version
22
33on :
44 repository_dispatch :
5- types : set-version
5+ types : [ set-version]
66
77permissions :
88 contents : read
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Sync branch with master
22
33on :
44 repository_dispatch :
5- types : sync-branch
5+ types : [ sync-branch]
66 workflow_dispatch :
77 inputs :
88 branch_name :
Original file line number Diff line number Diff line change 77 schedule :
88 - cron : ' 0 8 * * *'
99 repository_dispatch :
10- types : run-twoslash-repros
10+ types : [ run-twoslash-repros]
1111 workflow_dispatch :
1212 inputs :
1313 issue :
You can’t perform that action at this time.
0 commit comments