Remove Greetings workflows (#6453)
This commit is contained in:
parent
02bc86fb1e
commit
ec98a4f271
1 changed files with 0 additions and 19 deletions
19
.github/workflows/greetings.yml
vendored
19
.github/workflows/greetings.yml
vendored
|
|
@ -1,19 +0,0 @@
|
|||
name: Greetings
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pr-message: >
|
||||
Thank you so much for your PR! We'll do our best to review your submission as soon as possible.
|
||||
|
||||
If you don't hear from us within 3 business days, please ping @thepracticaldev/oss.
|
||||
|
||||
Some things we look for immediately when reviewing a PR are: tests, updated docs, etc.
|
||||
|
||||
Please make sure you've added all relevant info in order to help us get your code merged as quickly as possible!
|
||||
Loading…
Add table
Reference in a new issue