Files
hawkbit/.github/workflows/first-interaction.yml
Dominic Schabel 8e4a721801 Fixed GitHub actions for first time contributors
Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>
2021-01-21 17:20:32 +01:00

17 lines
652 B
YAML

name: First User Interaction
on:
pull_request_target:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
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/blob/master/CONTRIBUTING.md) and signed the Eclipse Contributor Agreement (ECA).