From 665c751928f9b4e506532931c77a13c5f108eefb Mon Sep 17 00:00:00 2001 From: foooomio Date: Fri, 26 Jan 2024 07:42:52 +0900 Subject: [PATCH] Update workflows --- .github/labeler.yml | 76 ++++++++++++++++++++--------------- .github/workflows/ci.yml | 6 +-- .github/workflows/labeler.yml | 7 +++- 3 files changed, 51 insertions(+), 38 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 999784a8..4754f1b6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,42 +1,52 @@ 'Brand: 765AS': - - RDFs/765AS.rdf - - RDFs/Units/765AS.rdf - - RDFs/Clothes/IdolM@ster.rdf - - RDFs/Clothes/IdolM@sterSP.rdf - - RDFs/Clothes/IdolM@ster2.rdf - - RDFs/Clothes/OneForAll.rdf - - RDFs/Clothes/PlatinumStars.rdf - - RDFs/Clothes/StetllaStage.rdf - - RDFs/Clothes/StarLitSeason.rdf + - changed-files: + - any-glob-to-any-file: + - RDFs/765AS.rdf + - RDFs/Units/765AS.rdf + - RDFs/Clothes/IdolM@ster.rdf + - RDFs/Clothes/IdolM@sterSP.rdf + - RDFs/Clothes/IdolM@ster2.rdf + - RDFs/Clothes/OneForAll.rdf + - RDFs/Clothes/PlatinumStars.rdf + - RDFs/Clothes/StetllaStage.rdf + - RDFs/Clothes/StarLitSeason.rdf 'Brand: シンデレラガールズ': - - RDFs/CinderellaGirls.rdf - - RDFs/Units/CinderellaGirls.rdf - - RDFs/Clothes/CinderellaGirls.rdf - - RDFs/Clothes/CinderellStageCommon.rdf - - RDFs/Clothes/CinderellStagePersonal.rdf - - RDFs/Clothes/CinderellStageUnit.rdf - - RDFs/CinderellaGirlsRanking/**/*.rdf + - changed-files: + - any-glob-to-any-file: + - RDFs/CinderellaGirls.rdf + - RDFs/Units/CinderellaGirls.rdf + - RDFs/Clothes/CinderellaGirls.rdf + - RDFs/Clothes/CinderellStageCommon.rdf + - RDFs/Clothes/CinderellStagePersonal.rdf + - RDFs/Clothes/CinderellStageUnit.rdf + - RDFs/CinderellaGirlsRanking/**/*.rdf 'Brand: ミリオンライブ': - - RDFs/765MillionStars.rdf - - RDFs/Units/MillionLive.rdf - - RDFs/Clothes/MillionLive.rdf - - RDFs/Clothes/TheaterDaysCommon.rdf - - RDFs/Clothes/TheaterDaysPersonal.rdf - - RDFs/Clothes/TheaterDaysUnit.rdf + - changed-files: + - any-glob-to-any-file: + - RDFs/765MillionStars.rdf + - RDFs/Units/MillionLive.rdf + - RDFs/Clothes/MillionLive.rdf + - RDFs/Clothes/TheaterDaysCommon.rdf + - RDFs/Clothes/TheaterDaysPersonal.rdf + - RDFs/Clothes/TheaterDaysUnit.rdf 'Brand: SideM': - - RDFs/SideM.rdf - - RDFs/Units/SideM.rdf - - RDFs/Clothes/SideM.rdf - - RDFs/Clothes/LiveOnStageCommon.rdf - - RDFs/Clothes/LiveOnStagePersonal.rdf - - RDFs/Clothes/LiveOnStageUnit.rdf + - changed-files: + - any-glob-to-any-file: + - RDFs/SideM.rdf + - RDFs/Units/SideM.rdf + - RDFs/Clothes/SideM.rdf + - RDFs/Clothes/LiveOnStageCommon.rdf + - RDFs/Clothes/LiveOnStagePersonal.rdf + - RDFs/Clothes/LiveOnStageUnit.rdf 'Brand: シャイニーカラーズ': - - RDFs/283.rdf - - RDFs/Units/ShinyColors.rdf - - RDFs/Clothes/ShinyColorsCommon.rdf - - RDFs/Clothes/ShinyColorsPersonal.rdf - - RDFs/Clothes/ShinyColorsUnit.rdf + - changed-files: + - any-glob-to-any-file: + - RDFs/283.rdf + - RDFs/Units/ShinyColors.rdf + - RDFs/Clothes/ShinyColorsCommon.rdf + - RDFs/Clothes/ShinyColorsPersonal.rdf + - RDFs/Clothes/ShinyColorsUnit.rdf diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be0f9d3e..7879602c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,12 @@ jobs: rdflint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 17 - - uses: imas/setup-rdflint@v2 + - uses: imas/setup-rdflint@v3 - name: Run rdflint (Clothes_Own) run: rdflint -config .rdflint/Clothes_Own.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3a670eca..da71dfa3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -5,9 +5,12 @@ on: jobs: labeler: + permissions: + contents: read + pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - sync-labels: '' + sync-labels: true