Skip to content

Commit 002f5ed

Browse files
authored
Merge branch 'main' into pdk-update-3.0.1
2 parents 5415131 + ee5ba4e commit 002f5ed

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/labeller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- opened
77
- labeled
88
- unlabeled
9-
pull_request_target:
9+
pull_request:
1010
types:
1111
- opened
1212
- labeled

.github/workflows/mend.yml

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

33
on:
4-
pull_request_target:
5-
types:
6-
- opened
7-
- synchronize
4+
pull_request:
5+
branches:
6+
- "main"
87
schedule:
98
- cron: "0 0 * * *"
109
workflow_dispatch:

0 commit comments

Comments
 (0)