Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit ebf0307

Browse files
committed
Inject label capsule logic
1 parent d929fee commit ebf0307

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/auto-label.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Auto Label Issues
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
label:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Auto-label issue
12+
uses: actions-ecosystem/action-add-labels@v1
13+
with:
14+
github_token: ${{ secrets.GITHUB_TOKEN }}
15+
labels: |
16+
validator-capsule
17+
needs-triage

0 commit comments

Comments
 (0)