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.
1 parent abf668f commit a101303Copy full SHA for a101303
.github/workflows/codeql.yml
@@ -18,6 +18,11 @@ on:
18
- '.github/**'
19
pull_request:
20
# The branches below must be a subset of the branches above
21
+ types:
22
+ - opened
23
+ - reopened
24
+ - synchronize
25
+ - ready_for_review
26
branches: [ "main" ]
27
paths-ignore:
28
.github/workflows/labeler.yml
@@ -1,7 +1,12 @@
1
name: "Pull Request Labeler"
2
3
on:
4
- pull_request_target:
+ pull_request:
5
6
7
8
9
10
11
jobs:
12
triage:
0 commit comments