Skip to content

Commit

Permalink
ファイルパスを変更しました。
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 committed Mar 30, 2024
1 parent bd2bef9 commit 9900f4f
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
---
editorconfig:
- "**/.editorconfig"
- changed-files: ["**/.editorconfig"]

document:
- "**/*.md"
- "**/*.txt"
- "**/*.rst"
- LICENSE
- changed-files: ["**/*.md", "**/*.txt", "**/*.rst", "LICENSE"]

terraform:
- ".github/actions/terraform**/action.yml"
- ".github/workflows/terraform**.yml"
- changed-files: [".github/actions/terraform**/action.yml", ".github/workflows/terraform**.yml"]

textlint:
- "**/.textlint*"
- changed-files: ["**/.textlint*"]

yamllint:
- "**/.yamllint"
- changed-files: ["**/.yamllint"]

markdownlint:
- "**/.markdownlint*.json"
- changed-files: ["**/.markdownlint*.json"]

asdf:
- "**/.tool-versions"
- changed-files: ["**/.tool-versions"]

actionlint:
- .github/workflows/actionlint.yml
- changed-files: ["**/.github/workflows/actionlint.yml"]

CODEOWNERS:
- CODEOWNERS
- changed-files: ["**/CODEOWNERS"]

0 comments on commit 9900f4f

Please sign in to comment.