Skip to content

Commit c3c1aca

Browse files
authored
Merge pull request #75 from ks6088ts-labs/update-labeler
update labeler from v2 to v5
2 parents 29d350c + af22cad commit c3c1aca

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

.github/labeler.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
docs:
2-
- docs/**/*
2+
- changed-files:
3+
- any-glob-to-any-file: docs/**/*
34
github:
4-
- .github/**/*
5+
- changed-files:
6+
- any-glob-to-any-file: .github/**/*
57
agents:
6-
- template_langgraph/agents/**/*
8+
- changed-files:
9+
- any-glob-to-any-file: template_langgraph/agents/**/*
710
llms:
8-
- template_langgraph/llms/**/*
11+
- changed-files:
12+
- any-glob-to-any-file: template_langgraph/llms/**/*
913
services:
10-
- template_langgraph/services/**/*
14+
- changed-files:
15+
- any-glob-to-any-file: template_langgraph/services/**/*
1116
tools:
12-
- template_langgraph/tools/**/*
17+
- changed-files:
18+
- any-glob-to-any-file: template_langgraph/tools/**/*

.github/workflows/labeler.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: labeler
22

3-
on: [pull_request]
3+
on:
4+
- pull_request
45

56
jobs:
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"

0 commit comments

Comments
 (0)