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 11docs :
2- - docs/**/*
2+ - changed-files :
3+ - any-glob-to-any-file : docs/**/*
34github :
4- - .github/**/*
5+ - changed-files :
6+ - any-glob-to-any-file : .github/**/*
57agents :
6- - template_langgraph/agents/**/*
8+ - changed-files :
9+ - any-glob-to-any-file : template_langgraph/agents/**/*
710llms :
8- - template_langgraph/llms/**/*
11+ - changed-files :
12+ - any-glob-to-any-file : template_langgraph/llms/**/*
913services :
10- - template_langgraph/services/**/*
14+ - changed-files :
15+ - any-glob-to-any-file : template_langgraph/services/**/*
1116tools :
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 11name : labeler
22
3- on : [pull_request]
3+ on :
4+ - pull_request
45
56jobs :
67 label :
8+ permissions :
9+ contents : read
10+ pull-requests : write
711 runs-on : ubuntu-latest
8-
912 steps :
1013 - name : labeler action
11- uses : actions/labeler@v2
14+ uses : actions/labeler@v5
1215 with :
1316 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
1417 configuration-path : " .github/labeler.yaml"
You can’t perform that action at this time.
0 commit comments