diff --git a/.github/workflows/docs-pr-label.yml b/.github/workflows/docs-pr-label.yml deleted file mode 100644 index 770f2c9bde056..0000000000000 --- a/.github/workflows/docs-pr-label.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "Add Docs PR Label" -on: - pull_request: - -jobs: - labeler: - permissions: - contents: read - pull-requests: write - runs-on: ubuntu-latest - steps: - - id: label-the-PR - uses: actions/labeler@v5 \ No newline at end of file diff --git a/.github/workflows/team-labeler.yml b/.github/workflows/team-labeler.yml index 707e152ff5801..c597290ac5c6b 100644 --- a/.github/workflows/team-labeler.yml +++ b/.github/workflows/team-labeler.yml @@ -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 }}" \ No newline at end of file