mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-03 17:20:01 -06:00
17 lines
490 B
YAML
17 lines
490 B
YAML
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!"
|