-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edb3f2c
commit 6063268
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |