commit | 6eb9b22bd2ab1aee2d593fd7df31ee35d87717fc | [log] [tgz] |
---|---|---|
author | Olivier Lamy <olamy@apache.org> | Tue Oct 19 11:47:26 2021 +1000 |
committer | Olivier Lamy <olamy@apache.org> | Tue Oct 19 11:47:48 2021 +1000 |
tree | d65fa2d53ebf7b229283a20a386be1ba844fe874 | |
parent | f4148bc72c1a8bb8e6c1eb409c1229a7603924bf [diff] |
add release drafter configuration Signed-off-by: Olivier Lamy <olamy@apache.org>
Create GitHub workflow in project with content:
name: Verify on: push: branches-ignore: - dependabot/** pull_request: jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main
Excludes from build matrix:
... uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main with: matrix-exclude: > [ {"jdk": "8"}, # exclude jdk 8 from all builds {"os": "windows-latest"}, # exclude windows from all builds {"jdk": "8", "os": "windows-latest"} # exclude jkd 8 on windows ]