diff --git a/.github/workflows/auto-label.yaml b/.github/workflows/auto-label.yaml index 849070f..ba05da6 100644 --- a/.github/workflows/auto-label.yaml +++ b/.github/workflows/auto-label.yaml @@ -60,7 +60,7 @@ jobs: - name: Add WIP Label if wip commit msg if: startsWith(steps.commit.outputs.msg, 'wip') && github.event.action == 'synchronize' - uses: actions-ecosystem/action-add-labels@v1.1.2 + uses: actions-ecosystem/action-add-labels@v1.1.3 with: github_token: ${{ secrets.github_token }} labels: "status: wip"