File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
docs :
2
- - docs/**/*
2
+ - changed-files :
3
+ - any-glob-to-any-file : docs/**/*
3
4
github :
4
- - .github/**/*
5
+ - changed-files :
6
+ - any-glob-to-any-file : .github/**/*
5
7
agents :
6
- - template_langgraph/agents/**/*
8
+ - changed-files :
9
+ - any-glob-to-any-file : template_langgraph/agents/**/*
7
10
llms :
8
- - template_langgraph/llms/**/*
11
+ - changed-files :
12
+ - any-glob-to-any-file : template_langgraph/llms/**/*
9
13
services :
10
- - template_langgraph/services/**/*
14
+ - changed-files :
15
+ - any-glob-to-any-file : template_langgraph/services/**/*
11
16
tools :
12
- - template_langgraph/tools/**/*
17
+ - changed-files :
18
+ - any-glob-to-any-file : template_langgraph/tools/**/*
Original file line number Diff line number Diff line change 1
1
name : labeler
2
2
3
- on : [pull_request]
3
+ on :
4
+ - pull_request
4
5
5
6
jobs :
6
7
label :
8
+ permissions :
9
+ contents : read
10
+ pull-requests : write
7
11
runs-on : ubuntu-latest
8
-
9
12
steps :
10
13
- name : labeler action
11
- uses : actions/labeler@v2
14
+ uses : actions/labeler@v5
12
15
with :
13
16
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
14
17
configuration-path : " .github/labeler.yaml"
You can’t perform that action at this time.
0 commit comments