Implement ParticipantContextManagementAPI
#149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: First Interaction | |
on: | |
issues: | |
types: [ opened ] | |
pull_request_target: | |
types: [ opened ] | |
jobs: | |
add-comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
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-edc/Connector/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. |