Skip to content

Initial Package Publish is Delayed #627

Initial Package Publish is Delayed

Initial Package Publish is Delayed #627

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
pr_message: 'Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.'
issue_message: |
Hello @${{ github.actor }}, thanks for contributing to the HiveMQ community! We will respond as soon as possible.