Skip to content

Fix MgmtTargetTypeResourceTest.getTargetTypesWithoutPermission #130

Fix MgmtTargetTypeResourceTest.getTargetTypesWithoutPermission

Fix MgmtTargetTypeResourceTest.getTargetTypesWithoutPermission #130

name: First User Interaction
on:
pull_request_target:
types: [ opened ]
permissions:
contents: read
jobs:
greeting:
# only on original eclipse-hawkbit/hawkbit repo
if: github.repository == 'eclipse-hawkbit/hawkbit'
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.PAT_SECRET }}
pr-message: |-
Thanks @${{ github.actor }} for taking the time to contribute to hawkBit! We really appreciate this. Make yourself comfortable while I'm looking for a committer to help you with your contribution.
Please make sure you read the [contribution guide](https://github.com/eclipse-hawkbit/hawkbit/blob/master/CONTRIBUTING.md) and signed the Eclipse Contributor Agreement (ECA).