diff --git a/.github/workflows/label_new_issues.yml b/.github/workflows/label_new_issues.yml index 59f2f5b5c..4b521cc35 100644 --- a/.github/workflows/label_new_issues.yml +++ b/.github/workflows/label_new_issues.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add 'needs response' label to new issues - uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 + uses: actions-ecosystem/action-add-labels@1a9c3715c0037e96b97bb38cb4c4b56a1f1d4871 with: github_token: ${{ secrets.GITHUB_TOKEN }} labels: 'needs response'