Udate workflows

This commit is contained in:
Nick Alteen
2025-02-19 13:52:16 -05:00
parent f3b7e2a898
commit 53d94eab80
8 changed files with 339 additions and 74 deletions

View File

@@ -1,18 +1,22 @@
name: first-interaction
name: First Interaction
on:
issues:
types: [opened]
types:
- opened
pull_request:
branches: [main]
types: [opened]
branches:
- main
types:
- opened
jobs:
check_for_first_interaction:
first-interaction:
name: First Interaction
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/first-interaction@main
- uses: actions/first-interaction@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
@@ -21,8 +25,7 @@ jobs:
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.