mirror of
https://github.com/Rajaniraiyn/awesome-electron-browsers
synced 2024-12-23 07:34:59 -06:00
➕ Add greetings.yml
This commit is contained in:
parent
1012308fba
commit
5f5c01fa8e
1 changed files with 16 additions and 0 deletions
16
.github/workflows/greetings.yml
vendored
Normal file
16
.github/workflows/greetings.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
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: "Thankyou for helping us to improve towards more quality standards. We will respond to this your's as soon as possible"
|
||||||
|
pr-message: "Thankyou 💖 for improving this list. We'll reach you out soon."
|
Loading…
Reference in a new issue