Skip to content

Commit 172fcad

Browse files
authored
Create hacktoberfest-label.yml
1 parent e8e8fb6 commit 172fcad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Hacktoberfest Labeler
2+
on:
3+
issues:
4+
types: [opened, edited]
5+
jobs:
6+
labeler:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: github/issue-labeler@v2.0
10+
with:
11+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
12+
configuration-path: .github/hacktoberfest_label.yml
13+
enable-versioned-regex: 0

0 commit comments

Comments
 (0)