Skip to content

Commit

Permalink
Create team-labeler (dbt-labs#2762)
Browse files Browse the repository at this point in the history
* Create team-labeler

* adding teammates to be labeled
  • Loading branch information
runleonarun authored Jan 26, 2023
1 parent 168ad82 commit c55015c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/teams.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Docs team:
- 'runleonarun'
- 'mirnawong1'
- 'nghi-ly'
- 'matthewshaver'
14 changes: 14 additions & 0 deletions .github/workflows/team-labeler
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#
# To use this workflow, you will need to set up a .github/teams.yml
# file with configuration. For more information, see:
# https://github.com/yj7/team-labeler-action

on: pull_request
name: team-label
jobs:
team-labeler:
runs-on: ubuntu-latest
steps:
- uses: JulienKode/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c55015c

Please sign in to comment.