We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6027cd7 + 2e149d5 commit d871c4dCopy full SHA for d871c4d
1 file changed
.github/workflows/mend.yml
@@ -1,9 +1,10 @@
1
name: "mend"
2
3
on:
4
- pull_request:
5
- branches:
6
- - "main"
+ pull_request_target:
+ types:
+ - opened
7
+ - synchronize
8
schedule:
9
- cron: "0 0 * * *"
10
workflow_dispatch:
0 commit comments