Skip to content

Commit 20e6cef

Browse files
authored
Merge pull request #545 from puppetlabs/pdksync_cat-770-run_mend_on_prs
pdksync - (CAT-770) - Update mend to run on pull_request_target
2 parents f01421e + 3465aa9 commit 20e6cef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/mend.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: "mend"
22

33
on:
4-
pull_request:
5-
branches:
6-
- "main"
4+
pull_request_target:
5+
types:
6+
- opened
7+
- synchronize
78
schedule:
89
- cron: "0 0 * * *"
910
workflow_dispatch:

0 commit comments

Comments
 (0)