Skip to content

Sign commits and bump create-pull-request to v7 in black-format workflow#192

Merged
olehermanse merged 1 commit into
masterfrom
ole/black-format-cpr-v7
Jul 2, 2026
Merged

Sign commits and bump create-pull-request to v7 in black-format workflow#192
olehermanse merged 1 commit into
masterfrom
ole/black-format-cpr-v7

Conversation

@claude

@claude claude Bot commented Jul 2, 2026

Copy link
Copy Markdown

Requested by Ole Herman · Slack thread

Updates the auto-formatting workflow's pull-request step.

Before: .github/workflows/black-format.yml ran the cfengine/create-pull-request fork at @v6, which does not support commit signing, so the bot's auto-generated formatting commits were unsigned.

After: it runs @v7 with sign-commits: true, so the commits the action creates are signed.

Notes:

  • v6 -> v7 is a major version bump (the action moved to Node 20).
  • Commit signing requires the job token to have contents: write, which this job's permissions: block already grants.
  • Three sibling repos (build-website, documentation, website) already run this exact combo (@v7 + sign-commits: true).

Generated by Claude Code

@olehermanse olehermanse marked this pull request as ready for review July 2, 2026 18:22
@olehermanse olehermanse merged commit 67bae63 into master Jul 2, 2026
13 checks passed
@olehermanse olehermanse deleted the ole/black-format-cpr-v7 branch July 2, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants