Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
docs:
- docs/**/*
github:
- .github/**/*
agents:
- template_langgraph/agents/**/*
llms:
- template_langgraph/llms/**/*
services:
- template_langgraph/services/**/*
tools:
- template_langgraph/tools/**/*
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: labeler

on: [pull_request]

jobs:
label:
runs-on: ubuntu-latest

steps:
- name: labeler action
uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![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)
[![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)
[![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)
[![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)

[![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)

Expand Down