WIP - Fall 2024 AGCDN updates #1562
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Welcome | |
on: | |
pull_request: | |
types: [opened, closed] | |
issues: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: wow-actions/welcome@v1 | |
with: | |
FIRST_ISSUE: | | |
👋 @{{ author }} | |
Thanks for opening your first issue here! @pantheon-systems/docs-admins is excited to review this! | |
FIRST_PR: | | |
👋 @{{ author }} | |
Thanks for opening your first pull request! @pantheon-systems/docs-admins is excited to review this! | |
FIRST_PR_MERGED: | | |
🎉 @{{ author }} | |
Congrats on merging your first pull request! @pantheon-systems/docs-admins appreciates your contribution!! | |
STAR_MESSAGE: If you like this project, please ⭐star⭐ our repo. |