mirror of
https://github.com/coder/coder.git
synced 2026-06-06 14:38:23 +00:00
19 lines
624 B
YAML
19 lines
624 B
YAML
name: Welcome
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
pull-requests: write
|
|
steps:
|
|
- uses: wow-actions/welcome@v1
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
FIRST_PR_REACTIONS: '+1, hooray, rocket, heart'
|
|
FIRST_PR_COMMENT: |
|
|
👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here!
|
|
FIRST_PR_MERGED: |
|
|
🎉 Thanks for the contribution @{{ author }}! Yo @coder/docs @{{ author }}'s first contribution has been merged! 👀👀👀
|