diff --git a/.github/workflows/hacktoberfest.yml b/.github/workflows/hacktoberfest.yml new file mode 100644 index 0000000000..def67ba606 --- /dev/null +++ b/.github/workflows/hacktoberfest.yml @@ -0,0 +1,15 @@ +name: Hacktoberfest Label +on: + issues: + types: [opened,labeled] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: hacktoberfest-action + uses: mdb571/hacktoberfest-action@master + env: + LABEL_COLOR: ${{ secrets.LABEL_COLOR }} + LABEL_FILTER: ${{secrets.LABEL_FILTER}}