Files
donutbrowser/.github/workflows/greetings.yml
T
2026-01-03 14:28:16 +04:00

18 lines
682 B
YAML

name: Greetings
on:
pull_request:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: "Welcome to the community and thank you for your first issue ❤️ A human will review it shortly."
pr_message: "Welcome to the community and thank you for your first contribution ❤️ A human will review your PR shortly. Make sure that the pipelines are green, so that the PR is considered ready for a review and could be merged."