diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index aba0945..bfd2fa1 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -23,9 +23,11 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: - token: ${{ secrets.PAT }} title: update dependencies commit-message: update dependencies committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> + signoff: false base: indev + labels: | + automated