forked from eclipse-edc/Technology-Aws
-
Notifications
You must be signed in to change notification settings - Fork 0
21 lines (19 loc) · 835 Bytes
/
first-interaction.yml
File metadata and controls
21 lines (19 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: First Interaction
on:
issues:
types: [ opened ]
pull_request_target:
types: [ opened ]
jobs:
add-comment:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for your contribution :fire: We will take a look asap :rocket:'
pr-message: >-
We are always happy to welcome new contributors :heart: To make things easier for everyone, please
make sure to follow our [contribution guidelines](https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/blob/main/CONTRIBUTING.md),
check if you have already signed the [ECA](http://www.eclipse.org/legal/ecafaq.php), and
relate this pull request to an existing issue or discussion.