Add Github actions stale and first-interaction workflow (#1054)
* Add Github actions workflow Signed-off-by: Florian Ruschbaschan <Florian.Ruschbaschan@bosch.io> * Change secret name Signed-off-by: Florian Ruschbaschan <Florian.Ruschbaschan@bosch.io>
This commit is contained in:
committed by
GitHub
parent
6df3a04f51
commit
2191db40d7
14
.github/workflows/first-interaction.yml
vendored
Normal file
14
.github/workflows/first-interaction.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: First User Interaction
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
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).
|
||||
Reference in New Issue
Block a user