Skip to content

Feat: added offentligarrangement #52

Feat: added offentligarrangement

Feat: added offentligarrangement #52

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: Congrats on creating your first issue! It's only more blood sweat and tears from here.
pr-message: Congrats on creating your first PR! Let's hope Mauritz didn't fiddle with your code.