Skip to content

Commit

Permalink
Test CongratsBot customisations
Browse files Browse the repository at this point in the history
Co-Authored-By: Nate Moore <natemoo-re@users.noreply.github.com>
  • Loading branch information
delucis and natemoo-re committed Jun 22, 2023
1 parent ec54687 commit 04ed65f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/congratsbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ on:
jobs:
congrats:
if: ${{ github.repository_owner == 'withastro' }}
uses: withastro/automation/.github/workflows/congratsbot.yml@main
uses: withastro/automation/.github/workflows/congratsbot.yml@chris/congrats
with:
GITHUB_REPO: ${{ github.repository }}
COMMIT_AUTHOR: ${{ github.event.commits[0].author.name }}
COMMIT_MESSAGE: ${{ github.event.commits[0].message }}
COMMIT_ID: ${{ github.event.commits[0].id }}
EMOJIS: 🥚
COAUTHOR_TEMPLATES: '["Thank you <names> for testing with me!"]'
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}

0 comments on commit 04ed65f

Please sign in to comment.