From 6a039cc828c607740d65dd5cf044b4b2744f68b2 Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 23 Jan 2021 10:39:27 +0100 Subject: [PATCH] Add cats --- .github/workflows/cats.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/cats.yml diff --git a/.github/workflows/cats.yml b/.github/workflows/cats.yml new file mode 100644 index 0000000..f6aff05 --- /dev/null +++ b/.github/workflows/cats.yml @@ -0,0 +1,16 @@ +name: Cats 😺 + +on: + pull_request_target: + types: + - opened + - reopened + +jobs: + aCatForCreatingThePullRequest: + name: A cat for your effort! + runs-on: ubuntu-latest + steps: + - uses: ruairidhwm/action-cats@1.0.1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}