From 2e830a2d2b131c23ab5cceb3627c2f9625c0cdbc Mon Sep 17 00:00:00 2001 From: Le Roux Bodenstein Date: Wed, 27 Mar 2024 13:58:54 +0000 Subject: [PATCH] update create-pull-request, add id --- .github/workflows/rebuild-changelog.yaml | 3 ++- .vscode/settings.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebuild-changelog.yaml b/.github/workflows/rebuild-changelog.yaml index 76b7adc43..ad4637e68 100644 --- a/.github/workflows/rebuild-changelog.yaml +++ b/.github/workflows/rebuild-changelog.yaml @@ -62,7 +62,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + id: cpr + uses: peter-evans/create-pull-request@v6 with: commit-message: Update changelog base: main diff --git a/.vscode/settings.json b/.vscode/settings.json index 14311786c..732bb7406 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ { "editor.formatOnSave": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "editor.tabSize": 2, // Insert spaces when pressing Tab.