diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 2f3b62c36c..4cfc3b7b54 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,6 +6,11 @@ jobs: labeler: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - name: Checkout 🛎️ + uses: actions/checkout@v4 + + - name: Apply PR labels 🏷️ + uses: actions/labeler@v5 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: true