Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 599f02b

Browse files
fix autolabeler by adding labeler.yml action (#209)
* fix autolabeler by adding pull request events * fix autolabeler by adding labeler.yml action
1 parent 75ca941 commit 599f02b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎.github/workflows/labeler.yml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /