From 80ba7b2c457acd421b3bad8fa4e70a7b2b3f6650 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 7 Feb 2022 01:05:21 +0100 Subject: [PATCH] Create label-sponsors.yml --- .github/workflows/label-sponsors.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/label-sponsors.yml diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml new file mode 100644 index 0000000..e439cfe --- /dev/null +++ b/.github/workflows/label-sponsors.yml @@ -0,0 +1,14 @@ +name: Label sponsors +on: + pull_request: + types: [opened] + issues: + types: [opened] +jobs: + build: + name: is-sponsor-label + runs-on: ubuntu-latest + steps: + - uses: JasonEtco/is-sponsor-label-action@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file