Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ab87bad

Browse files
Update label.yml
1 parent 6c817af commit ab87bad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/label.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Labeler
2+
on: [pull_request]
3+
4+
jobs:
5+
label:
6+
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/labeler@v2
11+
with:
12+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)