Skip to content

Commit

Permalink
Merge pull request #550 from foooomio/workflow
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
crssnky authored Jan 28, 2024
2 parents 3bb4fae + 665c751 commit 7c54bd4
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 38 deletions.
76 changes: 43 additions & 33 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,52 @@
'Brand: 765AS':
- RDFs/765AS.rdf
- RDFs/Units/765AS.rdf
- RDFs/Clothes/[email protected]
- RDFs/Clothes/[email protected]
- RDFs/Clothes/[email protected]
- 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/[email protected]
- RDFs/Clothes/[email protected]
- RDFs/Clothes/[email protected]
- 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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7c54bd4

Please sign in to comment.