-
-
Notifications
You must be signed in to change notification settings - Fork 130
24 lines (21 loc) · 854 Bytes
/
first-interaction.yml
File metadata and controls
24 lines (21 loc) · 854 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 Interaction
on:
issues:
types: [opened]
pull_request_target:
branches: [master]
types: [opened]
jobs:
check_for_first_interaction:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/first-interaction@main
with:
repo-token: ${{ secrets.BOT_TOKEN }}
issue-message: |
Hello! Thank you for filing an issue.
If this is a bug report, please include relevant logs to help us debug the problem.
pr-message: |
Hello! Thank you for your contribution.
In order for us to review and merge your suggested changes, please sign at https://github.com/toeverything/octobase/blob/master/.github/CLA.md