diff options
author | 2021-08-08 11:05:30 -0700 | |
---|---|---|
committer | 2021-08-08 11:05:30 -0700 | |
commit | 7f6dd972b86b74ee16698d444672e2bcf9e33e3b (patch) | |
tree | d27f86d940a9e502c2cd044bb02df1552f68d3c8 | |
parent | cb43ca440bc74fa3de3547f78c730461177223f0 (diff) | |
download | astro-7f6dd972b86b74ee16698d444672e2bcf9e33e3b.tar.gz astro-7f6dd972b86b74ee16698d444672e2bcf9e33e3b.tar.zst astro-7f6dd972b86b74ee16698d444672e2bcf9e33e3b.zip |
Update congratsbot.yml (#1055)
-rw-r--r-- | .github/workflows/congratsbot.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml index ff6746a03..9ec372a12 100644 --- a/.github/workflows/congratsbot.yml +++ b/.github/workflows/congratsbot.yml @@ -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 |