1
0
Fork 0
mirror of synced 2024-07-16 19:56:10 +12:00

Use default names

This commit is contained in:
Adria Navarro 2024-06-04 14:24:38 +02:00
parent 27ab0f41b0
commit e131835852

View file

@ -11,7 +11,6 @@ on:
jobs:
size-labeler:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: codelytv/pr-size-labeler@v1
with:
@ -25,7 +24,6 @@ jobs:
team-labeler:
runs-on: ubuntu-latest
name: Label the PR size
if: ${{ github.event.action == 'opened' }}
steps:
- uses: rodrigoarias/auto-label-per-user@v1.0.0