mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
856f0ab6f5
* chore: Improve project-wide prettier formatting and ignored files * chore: `Run make fmt/prettier` * Fix gitignore for `.vscode` folder so that ! works * Add comment in `.prettierrc.yaml` to explain `.editorconfig` * Remove scripts/apidocgen/markdown-template/README.md * Use `yq` for processing prettierrc, update lib.sh dependency check * Add `yq` to Dockerfile and Nix
19 lines
623 B
YAML
19 lines
623 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! 👀👀👀
|