We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb37ee commit a4f9f45Copy full SHA for a4f9f45
.github/workflows/license.yml
@@ -0,0 +1,18 @@
1
+name: Check Licenses
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - 'main'
7
+ issue_comment:
8
+ types: [created]
9
10
+jobs:
11
+ license:
12
+ uses: eclipse-set/build/.github/workflows/dash.yml@main
13
+ permissions:
14
+ contents: write
15
+ issues: write
16
+ pull-requests: write
17
+ with:
18
+ pom: java/pom.xml
.github/workflows/update-dependencies.yml
@@ -0,0 +1,15 @@
+name: Update DEPENDENCIES
+ push:
+ - main
+ - release/*
+ dependencies:
+ uses: eclipse-set/build/.github/workflows/update-dependencies.yml@main
0 commit comments