-
-
Notifications
You must be signed in to change notification settings - Fork 102
24 lines (20 loc) · 855 Bytes
/
first-interaction.yml
File metadata and controls
24 lines (20 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: "First Time Contributor"
on:
schedule:
- cron: "*/10 * * * *"
permissions:
contents: read
pull-requests: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Run First Interaction
uses: fjeremic/cron-first-interaction@6e473529bfd4fdd0aa0bd74e0e991ddd1286fac7 # v0.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
Thank you for supporting ScanAPI, and congratulations on your first contribution! A project committer will shortly review your contribution.
In the mean time, if you haven't had a chance please skim over the [First Pull Request Guide](https://github.com/scanapi/scanapi/blob/main/wiki/First-Pull-Request.md) which all pull requests must adhere to.
We hope to see you around!
pr-label: First Contribution