diff --git a/.github/workflows/label_new_issues.yml b/.github/workflows/label_new_issues.yml index eac20538a..3f8dcc671 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@18f1af5e3544586314bbe15c0273249c770b2daf + uses: actions-ecosystem/action-add-labels@1a9c3715c0037e96b97bb38cb4c4b56a1f1d4871 with: github_token: ${{ secrets.GITHUB_TOKEN }} labels: 'needs response'