Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
fix(Labeler): 修正自動標籤新版本格式 (#530)
Browse files Browse the repository at this point in the history
歷史提交:
* fix(Labeler): 修正自動標籤新版本格式
* fix: 修正
  • Loading branch information
xMikux authored Dec 10, 2023
1 parent 32da16d commit 6e69ebd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/configs/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
"🌐 翻譯":
- MultiVersions/**
- changed-files:
- any-glob-to-any-file: "MultiVersions/**"

"☁️ 工作流程":
- .github/workflows/*
- .github/scripts/*
- .github/configs/*
- changed-files:
- any-glob-to-any-file: ".github/workflows/*"
- any-glob-to-any-file: ".github/scripts/*"
- any-glob-to-any-file: ".github/configs/*"

"📃 文件":
- docs/*
- README.md
- changed-files:
- any-glob-to-any-file: "docs/*"
- any-glob-to-any-file: "README.md"
4 changes: 3 additions & 1 deletion .github/workflows/CI-Labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
github.repository == 'xMikux/ModsTranslationPack'
steps:
- name: Checking Repository
uses: actions/checkout@v4

- name: Path Labeler
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/configs/labeler.yml"

- name: Info Labeler
Expand Down

0 comments on commit 6e69ebd

Please sign in to comment.