Skip to content

Commit 1af5dbd

Browse files
add team labeler
1 parent 1889275 commit 1af5dbd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/teams.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
team/growth:
2+
- "@letiescanciano"
3+
- "@arnaudjnn"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: "Add labels to github PRs based on team"
2+
on: pull_request
3+
jobs:
4+
team-labeler:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: JulienKode/[email protected]
8+
with:
9+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)