Skip to content

Commit

Permalink
Adjust workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Jan 15, 2024
1 parent b210b5b commit 054d5c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Auto approve

on:
pull_request_target: {}
pull_request_target:
types:
- opened
- reopened
- synchronize
- labeled

jobs:
auto-approve:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Enable Automerge

on:
pull_request_target: {}
pull_request_target:
types:
- opened
- reopened
- synchronize
- labeled

jobs:
enable-auto-merge:
Expand Down

0 comments on commit 054d5c6

Please sign in to comment.