Skip to content

Commit a101303

Browse files
committed
codeql/labeler github action for handling draft pr
1 parent abf668f commit a101303

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ on:
1818
- '.github/**'
1919
pull_request:
2020
# The branches below must be a subset of the branches above
21+
types:
22+
- opened
23+
- reopened
24+
- synchronize
25+
- ready_for_review
2126
branches: [ "main" ]
2227
paths-ignore:
2328
- '.github/**'

.github/workflows/labeler.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: "Pull Request Labeler"
22

33
on:
4-
pull_request_target:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
- ready_for_review
510

611
jobs:
712
triage:

0 commit comments

Comments
 (0)