Skip to content

Commit

Permalink
Merge pull request #9259 from chrischdi/pr-fix-gh-workflow-approval
Browse files Browse the repository at this point in the history
🌱 github: add edited and reopened as triggers for the GH workflow approval
  • Loading branch information
k8s-ci-robot committed Aug 21, 2023
2 parents 3f480f7 + bb62008 commit 8778642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-gh-workflow-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: PR approve GH Workflows
on:
pull_request_target:
types:
- edited
- labeled
- reopened
- synchronize

jobs:
Expand Down

0 comments on commit 8778642

Please sign in to comment.