build: Migration of compiler target and source to java17 and wire.script.filter and the conditional component removal #9
Workflow file for this run
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: Copyright check | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
branches: | |
- 'develop' | |
- 'release-*' | |
jobs: | |
call-workflow-in-public-repo: | |
uses: eclipse-kura/.github/.github/workflows/_shared-copyright-check.yml@main | |
with: | |
config-path: '.github/copyright-config.yml' | |