Skip to content

Commit 230992a

Browse files
authored
Merge pull request #54 from ks6088ts-labs/feature/issue-53_add-labeler
support labeler action
2 parents d673099 + 29b8388 commit 230992a

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.github/labeler.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
docs:
2+
- docs/**/*
3+
github:
4+
- .github/**/*
5+
agents:
6+
- template_langgraph/agents/**/*
7+
llms:
8+
- template_langgraph/llms/**/*
9+
services:
10+
- template_langgraph/services/**/*
11+
tools:
12+
- template_langgraph/tools/**/*

.github/workflows/labeler.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: labeler
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
label:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: labeler action
11+
uses: actions/labeler@v2
12+
with:
13+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
14+
configuration-path: ".github/labeler.yaml"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![docker-release](https://github.com/ks6088ts-labs/template-langgraph/actions/workflows/docker-release.yaml/badge.svg)](https://github.com/ks6088ts-labs/template-langgraph/actions/workflows/docker-release.yaml)
44
[![ghcr-release](https://github.com/ks6088ts-labs/template-langgraph/actions/workflows/ghcr-release.yaml/badge.svg)](https://github.com/ks6088ts-labs/template-langgraph/actions/workflows/ghcr-release.yaml)
55
[![docs](https://github.com/ks6088ts-labs/template-langgraph/actions/workflows/github-pages.yaml/badge.svg)](https://github.com/ks6088ts-labs/template-langgraph/actions/workflows/github-pages.yaml)
6+
[![labeler](https://github.com/ks6088ts-labs/template-langgraph/actions/workflows/labeler.yaml/badge.svg)](https://github.com/ks6088ts-labs/template-langgraph/actions/workflows/labeler.yaml)
67

78
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fks6088ts-labs%2Fbaseline-environment-on-azure-bicep%2Frefs%2Fheads%2Fmain%2Finfra%2Fscenarios%2Ftemplate-langgraph%2Fazuredeploy.json)
89

0 commit comments

Comments
 (0)