diff --git a/.github/workflows/licenses-update.yml b/.github/workflows/licenses-update.yml index 8c1e1c29..409735c0 100644 --- a/.github/workflows/licenses-update.yml +++ b/.github/workflows/licenses-update.yml @@ -52,7 +52,7 @@ jobs: - name: Create Pull Request id: cpr if: env.CHANGES_DETECTED == 'true' - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Update 3rd Party Licenses" @@ -65,9 +65,10 @@ jobs: Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request - labels: licenses + labels: licenses,github-actions draft: false delete-branch: true + sign-commits: true - name: Auto approve if: steps.cpr.outputs.pull-request-operation == 'created' diff --git a/.github/workflows/sync_files.yml b/.github/workflows/sync_files.yml index fc4a2fce..fbbb56ab 100644 --- a/.github/workflows/sync_files.yml +++ b/.github/workflows/sync_files.yml @@ -42,7 +42,7 @@ jobs: git diff --staged --quiet || git commit -m ":memo: Sync README > Made via sync_files.yml" || echo "no changes" - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update files @@ -58,3 +58,4 @@ jobs: draft: false delete-branch: true labels: Documentation,Translation,github-actions + sign-commits: true diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 141d9a72..c6b408c3 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -65,7 +65,7 @@ jobs: Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request - labels: Translation draft: false delete-branch: true + labels: Translation,github-actions sign-commits: true