File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change
1
+ name : PR Autolabeler
2
+
3
+ on :
4
+ # pull_request event is required for autolabeler
5
+ pull_request :
6
+ types : [opened, reopened, synchronize]
7
+
8
+ jobs :
9
+ draft-release :
10
+ uses : cpp-linter/.github/.github/workflows/release-drafter.yml@main
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- " main"
7
- # pull_request event is required only for autolabeler
8
- pull_request :
9
- # Only following types are handled by the action, but one can default to all as well
10
- types : [opened, reopened, synchronize]
11
- # pull_request_target event is required for autolabeler to support PRs from forks
12
- pull_request_target :
13
- types : [opened, reopened, synchronize]
14
7
workflow_dispatch :
15
8
16
9
jobs :
You can’t perform that action at this time.
0 commit comments