Skip to content

Commit

Permalink
Add Craig Dazey emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed May 18, 2024
1 parent 7ad6331 commit 28c5fce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr_thanks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: PR Thanker

on:
pull_request:
branches:
- main
types: [closed]

jobs:
thanks:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: Comment on PR
uses: unsplash/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: "Thanks!"
check_for_duplicate_msg: true

0 comments on commit 28c5fce

Please sign in to comment.