Skip to content

Commit 8778642

Browse files
authored
Merge pull request #9259 from chrischdi/pr-fix-gh-workflow-approval
🌱 github: add edited and reopened as triggers for the GH workflow approval
2 parents 3f480f7 + bb62008 commit 8778642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-gh-workflow-approve.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: PR approve GH Workflows
33
on:
44
pull_request_target:
55
types:
6+
- edited
67
- labeled
8+
- reopened
79
- synchronize
810

911
jobs:

0 commit comments

Comments
 (0)