Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

GitHub Actions(deps): Bump actions/checkout from 4.1.6 to 4.2.1 #46

GitHub Actions(deps): Bump actions/checkout from 4.1.6 to 4.2.1

GitHub Actions(deps): Bump actions/checkout from 4.1.6 to 4.2.1 #46

name: First interaction
on:
issues:
types: [opened]
pull_request:
branches: [main, staging]
types: [opened]
jobs:
check_for_first_interaction:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/first-interaction@main
with:
repo-token: ${{ secrets.GITHUB_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.
If you are fixing a bug, please reference the issue number in the description.
If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.