Update congratsbot.yml (#1055)

This commit is contained in:
Fred K. Schott 2021-08-08 11:05:30 -07:00 committed by GitHub
parent cb43ca440b
commit 7f6dd972b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Discord: Congratsbot
name: "Discord:congratsbot"
# only trigger on pull request closed events
on:
@ -7,7 +7,7 @@ on:
jobs:
congrats:
name: Discord:Congratsbot
name: "Discord:congratsbot"
# this job will only run if the PR has been merged
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest