chore: fix docs PR label removing team label (#7308)

* chore: fix docs PR labeler to only run with PR is opened

* add team labeler action

* move docs labeler to team labeler
This commit is contained in:
Shahed Nasser
2024-05-13 18:55:31 +03:00
committed by GitHub
parent 7cb90f8e82
commit 8958214350
2 changed files with 2 additions and 13 deletions

View File

@@ -9,6 +9,8 @@ jobs:
team-labeler:
runs-on: ubuntu-latest
steps:
- id: label-the-PR
uses: actions/labeler@v5
- uses: JulienKode/team-labeler-action@v1.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"