Team label
This commit is contained in:
parent
8018d957ae
commit
fb7411dee3
|
@ -23,3 +23,18 @@ jobs:
|
|||
xl_label: "xl"
|
||||
fail_if_xl: "false"
|
||||
files_to_ignore: "yarn.lock"
|
||||
|
||||
team-labeler:
|
||||
runs-on: ubuntu-latest
|
||||
name: Label the PR size
|
||||
steps:
|
||||
- uses: rodrigoarias/auto-label-per-user@v1.0.0
|
||||
with:
|
||||
git-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
user-team-map: |
|
||||
{
|
||||
"adrinr": "firestorm"
|
||||
"samwho": "firestorm"
|
||||
"pclmnt": "firestorm"
|
||||
"mike12345567": "firestorm"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue