oms-Customs/.github/workflows/greetings.yml
Dennis Eichhorn dd5e2e73e0 bug fixes
2024-05-12 00:03:34 +00:00

14 lines
393 B
YAML
Executable File

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'