diff --git a/.github/labeler.yml b/.github/labeler.yml index 033945453..2516a675b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,35 +10,28 @@ ghActions: - changed-files: - - .github/workflows/**/* + - any-glob-to-any-file: [.github/workflows/**/*] documentation: - changed-files: - - docs/**/* - - docs/* - - '**/*.md' + - any-glob-to-any-file: [docs/**/*, docs/*, '**/*.md'] jenkins-pipeline: -- changed-files: - - pipelines/**/* - - pipelines/* + - changed-files: + - any-glob-to-any-file: [pipelines/**/*, pipelines/*] generation: -- changed-files: - - pipelines/build/regeneration/* - - pipelines/build/common/config_regeneration.groovy + - changed-files: + - any-glob-to-any-file: [pipelines/build/regeneration/*, pipelines/build/common/config_regeneration.groovy] docker: -- changed-files: - - pipelines/build/dockerFiles/* + - changed-files: + - any-glob-to-any-file: [pipelines/build/dockerFiles/*] testing: -- changed-files: - - pipelines/build/prTester/* - - pipelines/src/test/* + - changed-files: + - any-glob-to-any-file: [pipelines/build/prTester/*, pipelines/src/test/*] code-tools: -- changed-files: - - tools/* + - changed-files: + - any-glob-to-any-file: [tools/*] gradle: -- changed-files: - - pipelines/gradle/* - - pipelines/build.gradle - - pipelines/gradlew + - changed-files: + - any-glob-to-any-file: [pipelines/gradle/*, pipelines/build.gradle, pipelines/gradlew] cross-compile: -- changed-files: - - pipelines/build/common/cross_compiled_version_out.groovy + - changed-files: + - any-glob-to-any-file: [pipelines/build/common/cross_compiled_version_out.groovy] diff --git a/.github/regex_labeler.yml b/.github/regex_labeler.yml index 473ce0352..174f872e8 100644 --- a/.github/regex_labeler.yml +++ b/.github/regex_labeler.yml @@ -80,7 +80,6 @@ labels: matcher: title: "sparc" body: "sparc" - - label: "hotspot" matcher: title: "hotspot" @@ -117,7 +116,6 @@ labels: matcher: title: "cross" body: "risc" - - label: "hacktoberfest" matcher: body: "hacktober" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 67a76b834..b96c717a9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest name: Assign Labels steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 if: ${{ github.event.pull_request }} with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - - uses: fuxingloh/multi-labeler@v2 + - uses: fuxingloh/multi-labeler@6704db0bcba106d07482efabbc79d3092af74fa2 # v2.0.3 with: github-token: "${{secrets.GITHUB_TOKEN}}" config-path: .github/regex_labeler.yml diff --git a/.gitignore b/.gitignore index aba31f49d..9ba5c2c95 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ pipelines/.gradle pipelines/gradle-cache pipelines/target **/.DS_Store -jenkins-helper/ \ No newline at end of file +jenkins-helper/ +**/*/.java-version \ No newline at end of file