File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 77
88Supported event triggers:
99
10- - ` issue_comment `
11- - ` merge_group `
1210- ` push `
11+ - ` merge_group `
12+ - ` issue_comment `
1313- ` workflow_dispatch `
1414- ` pull_request ` (of course!)
1515
@@ -23,9 +23,10 @@ Supported event triggers:
2323
2424``` yaml
2525on :
26- issue_comment :
27- merge_group :
2826 push :
27+ merge_group :
28+ issue_comment :
29+ workflow_dispatch :
2930
3031jobs :
3132 test :
@@ -84,12 +85,6 @@ View [all notable changes](https://github.com/op5dev/current-pr/releases "Releas
8485
8586</br>
8687
87- # ## To-Do
88-
89- - Workflow event triggers like `workflow_dispatch`, and `workflow_run` (fork) will be added in upcoming releases.
90-
91- </br>
92-
9388# # License
9489
9590- This project is licensed under the permissive [Apache License 2.0](LICENSE "Apache License 2.0.").
You can’t perform that action at this time.
0 commit comments