1
0
Fork 0
mirror of synced 2024-08-06 05:38:40 +12:00

Team label

This commit is contained in:
Adria Navarro 2024-06-04 13:03:30 +02:00
parent 8018d957ae
commit fb7411dee3

View file

@ -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"
}