Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ on:
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-edc/Samples/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.'
trigger-workflow:
uses: eclipse-edc/.github/.github/workflows/first-interaction.yml@main
secrets:
envGH: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kafka-clients = { module = "org.apache.kafka:kafka-clients", version.ref = "kafk
minio-io = { module = "io.minio:minio", version = "8.6.0" }
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp-mockwebserver" }
opentelemetry-annotations = { module = "io.opentelemetry:opentelemetry-extension-annotations", version = "1.18.0" }
opentelemetry-exporter-otlp = { module = "io.opentelemetry:opentelemetry-exporter-otlp", version = "1.54.1" }
opentelemetry-exporter-otlp = { module = "io.opentelemetry:opentelemetry-exporter-otlp", version = "1.55.0" }
opentelemetry-javaagent = { module = "io.opentelemetry.javaagent:opentelemetry-javaagent", version = "2.20.1" }
restAssured = { module = "io.rest-assured:rest-assured", version.ref = "restAssured" }
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
Expand Down