From 82a6e8d3530c1d21951b489d988314d78a1d0073 Mon Sep 17 00:00:00 2001 From: Gernot Steinegger Date: Sun, 11 Feb 2024 13:24:33 +0100 Subject: [PATCH] ci: update github workflow --- .github/workflows/update-and-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-and-build.yml b/.github/workflows/update-and-build.yml index ed783e1..f815917 100644 --- a/.github/workflows/update-and-build.yml +++ b/.github/workflows/update-and-build.yml @@ -47,9 +47,12 @@ jobs: run: npm run copy:deploy - name: Commit and create PR 🔀 - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.WORKFLOW_TOKEN }} title: 'build(deps): Upgrade NPM packages (automated)' branch: 'build-deps-upgrade-npm-packages-automated-${{ env.CURRENT_DATE }}' commit-message: 'build(deps): upgrade NPM packages (automated)' + assignees: Rabbid76 + reviewers: Rabbid76 + draft: false