We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5415131 + ee5ba4e commit 002f5edCopy full SHA for 002f5ed
.github/workflows/labeller.yml
@@ -6,7 +6,7 @@ on:
6
- opened
7
- labeled
8
- unlabeled
9
- pull_request_target:
+ pull_request:
10
types:
11
12
.github/workflows/mend.yml
@@ -1,10 +1,9 @@
1
name: "mend"
2
3
on:
4
5
- types:
- - opened
- - synchronize
+ branches:
+ - "main"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
0 commit comments