Skip to content

Commit 4338f20

Browse files
committed
ci: fix label change
1 parent 57f93b1 commit 4338f20

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/label-change.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
documentation:
2-
- _docs/**/*
1+
"topic: documentation":
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- _docs/**/*
35

4-
CI/CD:
5-
- .actions/**/*
6-
- .azure-*/**/*
7-
- .github/**/*
8-
- _dockers/**/*
6+
"topic: CI/CD":
7+
- changed-files:
8+
- any-glob-to-any-file:
9+
- .actions/**/*
10+
- .azure-*/**/*
11+
- .github/**/*
12+
- _dockers/**/*

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.8
2+
python: python3
33

44
ci:
55
autofix_prs: true

0 commit comments

Comments
 (0)