File tree Expand file tree Collapse file tree 2 files changed +24
-14
lines changed Expand file tree Collapse file tree 2 files changed +24
-14
lines changed Original file line number Diff line number Diff line change 1
1
docs :
2
- - changed-files :
3
- - any-glob-to-any-file :
4
- - docs/**/*
5
- - docs_src/**/*
2
+ - all :
3
+ - changed-files :
4
+ - any-glob-to-any-file :
5
+ - docs/**
6
+ - docs_src/**
7
+ - all-globs-to-all-files :
8
+ - ' !sqlmodel/**'
9
+ - ' !pyproject.toml'
6
10
7
11
internal :
8
- - changed-files :
9
- - any-glob-to-any-file :
10
- - .github/**/*
11
- - scripts/**/*
12
- - .gitignore
13
- - .pre-commit-config.yaml
14
- - pdm_build.py
15
- - requirements*.txt
12
+ - all :
13
+ - changed-files :
14
+ - any-glob-to-any-file :
15
+ - .github/**
16
+ - scripts/**
17
+ - .gitignore
18
+ - .pre-commit-config.yaml
19
+ - pdm_build.py
20
+ - requirements*.txt
21
+ - all-globs-to-all-files :
22
+ - ' !docs/**'
23
+ - ' !sqlmodel/**'
24
+ - ' !pyproject.toml'
Original file line number Diff line number Diff line change 1
- name : Pull Request Labeler and Checker
1
+ name : Labels
2
2
on :
3
3
pull_request_target :
4
4
types :
@@ -17,13 +17,14 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/labeler@v5
20
+ with :
21
+ sync-labels : true
20
22
# Run this after labeler applied labels
21
23
check-labels :
22
24
needs :
23
25
- labeler
24
26
permissions :
25
27
pull-requests : read
26
- name : Check labels
27
28
runs-on : ubuntu-latest
28
29
steps :
29
30
- uses : docker://agilepathway/pull-request-label-checker:latest
You can’t perform that action at this time.
0 commit comments