Files
KeyPass/.github/workflows/greetings.yml
Yogesh Choudhary Paliyal 06790f4f12 Create greetings.yml (#885)
2024-06-13 09:35:38 +05:30

17 lines
490 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for submitting your first issue, We appreciate your input and will review it soon."
pr-message: "Congrats on your first PR, We'll review it shortly thanks for contributing!"