Skip to content

Commit 0e50ebc

Browse files
authored
Meta: add title-to-labels-action to clean up issue titles
1 parent bef4b21 commit 0e50ebc

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Labeler
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited]
6+
issues:
7+
types: [opened, edited]
8+
9+
jobs:
10+
Label:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: fregante/title-to-labels-action@v1
14+
with:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)