first commit

This commit is contained in:
2025-02-02 22:01:55 +01:00
commit 9e3511b29a
9 changed files with 518 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
# permissions:
# issues: write
# pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
github-server-url: ${{ vars.GIT_SERVER_URL }}
- uses: actions/first-interaction@main
with:
repo-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
issue-message: "We appreciate you pointing us to the problem, and as soon as time allows, we will look into it. Thank you!"
pr-message: "We appreciate you creating your first pull request and look forward to reviewing your future contributions."