Skip to content

Commit

Permalink
chore: add first interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Mar 5, 2023
1 parent edb3f2c commit 6063268
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/first-interaction.yml
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

0 comments on commit 6063268

Please sign in to comment.