Added catjam workflow

This commit is contained in:
Xithrius 2021-09-03 23:44:39 -07:00
parent bdad36e6ad
commit 4005e31b1b
No known key found for this signature in database
GPG Key ID: 04B94D37B0B8C08F

19
.github/workflows/catjam.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: CatJam
on:
pull_request:
branches: [ main ]
types: [ closed ]
jobs:
thanks:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: comment PR
uses: unsplash/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: "![cat](https://cdn.discordapp.com/emojis/750350748746907669.gif?v=1)"
check_for_duplicate_msg: true