From c2fadbbacf19845c405ea45fb519bc7d80db5734 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:23:27 +0000 Subject: [PATCH 1/4] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/lint-fix-if-needed.yml | 2 +- .github/workflows/pnpm-if-needed.yml | 2 +- .github/workflows/prettier-if-needed.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-fix-if-needed.yml b/.github/workflows/lint-fix-if-needed.yml index 105503c0b7f..0d4f413490f 100644 --- a/.github/workflows/lint-fix-if-needed.yml +++ b/.github/workflows/lint-fix-if-needed.yml @@ -66,7 +66,7 @@ jobs: with: app-id: ${{ secrets.ECOSPARK_APP_ID }} private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - - uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6 + - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7 # Run even if `lint:fix` fails if: always() with: diff --git a/.github/workflows/pnpm-if-needed.yml b/.github/workflows/pnpm-if-needed.yml index 43b28d89f90..4640e9dbb1c 100644 --- a/.github/workflows/pnpm-if-needed.yml +++ b/.github/workflows/pnpm-if-needed.yml @@ -62,7 +62,7 @@ jobs: with: app-id: ${{ secrets.ECOSPARK_APP_ID }} private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - - uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6 + - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7 with: body: I ran `pnpm dedupe` 🧑‍💻 branch: actions/dedupe-if-needed diff --git a/.github/workflows/prettier-if-needed.yml b/.github/workflows/prettier-if-needed.yml index c4a271ade5a..883ae82cd89 100644 --- a/.github/workflows/prettier-if-needed.yml +++ b/.github/workflows/prettier-if-needed.yml @@ -66,7 +66,7 @@ jobs: with: app-id: ${{ secrets.ECOSPARK_APP_ID }} private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - - uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6 + - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7 with: body: I ran `pnpm prettier` 🧑‍💻 branch: actions/prettier-if-needed From 450b7d9f6686014bc56f80e86dff097a098dfe9e Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:33:43 +0200 Subject: [PATCH 2/4] chore: sign commits --- .github/workflows/lint-fix-if-needed.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-fix-if-needed.yml b/.github/workflows/lint-fix-if-needed.yml index 0d4f413490f..cb35554afe4 100644 --- a/.github/workflows/lint-fix-if-needed.yml +++ b/.github/workflows/lint-fix-if-needed.yml @@ -74,5 +74,6 @@ jobs: branch: actions/lint-fix-if-needed commit-message: "chore(lint): fix linter issues 🤖 ✨" labels: 🤖 bot + sign-commits: true title: "chore(lint): fix linter issues 🤖 ✨" token: ${{ steps.app-token.outputs.token }} From a043e8c6e5ab9b525f8e7ff376a15a408cfcd55b Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:34:13 +0200 Subject: [PATCH 3/4] chore: sign commits --- .github/workflows/pnpm-if-needed.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pnpm-if-needed.yml b/.github/workflows/pnpm-if-needed.yml index 4640e9dbb1c..e9064b9e2cb 100644 --- a/.github/workflows/pnpm-if-needed.yml +++ b/.github/workflows/pnpm-if-needed.yml @@ -68,5 +68,6 @@ jobs: branch: actions/dedupe-if-needed commit-message: "chore(deps): dedupe pnpm-lock.yaml" labels: 🤖 bot + sign-commits: true title: "chore(deps): dedupe pnpm-lock.yaml" token: ${{ steps.app-token.outputs.token }} From ba85f2f3990552bf1483db30ecbdeddca94da850 Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:34:43 +0200 Subject: [PATCH 4/4] chore: sign commits --- .github/workflows/prettier-if-needed.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prettier-if-needed.yml b/.github/workflows/prettier-if-needed.yml index 883ae82cd89..769734fcfc3 100644 --- a/.github/workflows/prettier-if-needed.yml +++ b/.github/workflows/prettier-if-needed.yml @@ -72,5 +72,6 @@ jobs: branch: actions/prettier-if-needed commit-message: "chore(prettier): fix unformatted files 🤖 ✨" labels: 🤖 bot + sign-commits: true title: "chore(prettier): fix unformatted files 🤖 ✨" token: ${{ steps.app-token.outputs.token }}