Skip to content

Commit 6e8d110

Browse files
Merge pull request avinashkranjan#45 from mdb571/master
added hacktoberfest label action
2 parents 81a319f + 473ba44 commit 6e8d110

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/hacktoberfest.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Hacktoberfest Label
2+
on:
3+
issues:
4+
types: [opened,labeled]
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: hacktoberfest-action
12+
uses: mdb571/hacktoberfest-action@master
13+
env:
14+
LABEL_COLOR: ${{ secrets.LABEL_COLOR }}
15+
LABEL_FILTER: ${{secrets.LABEL_FILTER}}

0 commit comments

Comments
 (0)