diff options
author | 2023-06-27 17:58:57 +0200 | |
---|---|---|
committer | 2023-06-27 10:58:57 -0500 | |
commit | 8821f0504845b351247ce6c1e2ae581a71806209 (patch) | |
tree | 4348763bcbdcca24cc00d43de644a12b50090621 | |
parent | 47b47e0e54e71c2ce59565bcc2b489196f76f68b (diff) | |
download | astro-8821f0504845b351247ce6c1e2ae581a71806209.tar.gz astro-8821f0504845b351247ce6c1e2ae581a71806209.tar.zst astro-8821f0504845b351247ce6c1e2ae581a71806209.zip |
Donβt post Discord congrats for auto-formatter commits (#7502)
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2aa663727..7b3e7f4a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ concurrency: jobs: congrats: name: congratsbot - if: ${{ github.repository_owner == 'withastro' }} + if: ${{ github.repository_owner == 'withastro' && github.event.head_commit.message != '[ci] format' }} uses: withastro/automation/.github/workflows/congratsbot.yml@main with: EMOJIS: 'π,π,π§βπ,π₯³,π,π,π,<:houston_golden:1068575433647456447>,<:astrocoin:894990669515489301>,<:astro_pride:1085944201587458169>' |