Sebastián Ramírez
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
.github/workflows/labeler.yml
|
|
@ -17,6 +17,8 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/labeler@v5 |
|
|
|
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }} |
|
|
|
- run: echo "Done adding labels" |
|
|
|
# Run this after labeler applied labels |
|
|
|
check-labels: |
|
|
|
needs: |
|
|
|