From 473ba44c249ae71608dd7284f1155031eb52a064 Mon Sep 17 00:00:00 2001 From: Mohammed Bilal Date: Thu, 1 Oct 2020 13:36:01 +0530 Subject: [PATCH] added hacktoberfest label action --- .github/workflows/hacktoberfest.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/hacktoberfest.yml 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}}