Skip to content

Commit 19e7bac

Browse files
authored
chore(labeler): adding lable work flows (#25)
1 parent 187893c commit 19e7bac

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
one-app-team-review-requested:
2+
- '*'

.github/workflows/pr-labeler.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "Pull Request Labeler"
2+
on:
3+
pull_request:
4+
types: [opened, reopened]
5+
6+
jobs:
7+
triage:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/labeler@v3
11+
with:
12+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)