We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a574a55 commit 9598143Copy full SHA for 9598143
.github/workflows/labeler.yml
@@ -0,0 +1,10 @@
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
.github/workflows/release-drafter.yml
@@ -4,13 +4,6 @@ on:
push:
branches:
- "main"
- # pull_request event is required only for autolabeler
- pull_request:
- # Only following types are handled by the action, but one can default to all as well
- types: [opened, reopened, synchronize]
11
- # pull_request_target event is required for autolabeler to support PRs from forks
12
- pull_request_target:
13
14
workflow_dispatch:
15
16
jobs:
0 commit comments