From a88fb454fa23f3e3f4dbb95a49c3d8cb04095f6e Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 23 Apr 2020 12:17:08 +0100 Subject: [PATCH] ACTIONS: Create Sponsors --- .github/workflows/sponsors.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/sponsors.yml diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml new file mode 100644 index 0000000..8cf880d --- /dev/null +++ b/.github/workflows/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 }}