Skip to content

fix: record Actions pull request creation as enabled - #29

Merged
loadinglucian merged 1 commit into
mainfrom
fix/allow-actions-pr-creation
Aug 5, 2026
Merged

fix: record Actions pull request creation as enabled#29
loadinglucian merged 1 commit into
mainfrom
fix/allow-actions-pr-creation

Conversation

@loadinglucian

@loadinglucian loadinglucian commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Companion to Bigpixelrocket/php-bin#64. The workflow-permissions flag can_approve_pull_request_reviews governs the combined "create and approve pull requests" GitHub setting, and the autorelease consumer's readiness PRs require it. Re-running the configure script during the ruleset migration switched it off in both repos, which broke php-bin's watcher this morning and would have broken the next consumer run that needed to write a readiness record.

Changes

  • docs/admin-state/mise-php-after.json: regenerated with php-bin's scripts/snapshot-github-admin-state after restoring the live setting on this repo.

The configure-script fix itself lives in php-bin, which owns that script.

Summary by CodeRabbit

  • Chores
    • Updated workflow permissions to support approving pull request reviews.
    • Refreshed administrative state records and associated metadata to reflect the latest configuration.

Companion to php-bin's configure-script fix: the workflow-permissions
flag can_approve_pull_request_reviews also governs PR creation, which
the autorelease consumer's readiness PRs require. Snapshot regenerated
after restoring the live setting.
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 74adb4ec-3d97-434d-acb7-35be483b8967

📥 Commits

Reviewing files that changed from the base of the PR and between c03df3d and b056600.

📒 Files selected for processing (1)
  • docs/admin-state/mise-php-after.json

📝 Walkthrough

Walkthrough

The admin state snapshot updates its capture timestamp and digest. It also enables workflowPermissions.can_approve_pull_request_reviews.

Changes

Admin state snapshot

Layer / File(s) Summary
Snapshot metadata and workflow permissions
docs/admin-state/mise-php-after.json
The snapshot updates capturedAt and its digest. workflowPermissions.can_approve_pull_request_reviews changes from false to true.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the change but omits the required Verification and Security sections from the repository template. Add the Verification and Security sections, and document test results plus confirmation of the required security conditions.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: recording GitHub Actions pull request creation as enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/allow-actions-pr-creation

Comment @coderabbitai help to get the list of available commands.

@loadinglucian
loadinglucian merged commit 7456b7f into main Aug 5, 2026
4 checks passed
@loadinglucian
loadinglucian deleted the fix/allow-actions-pr-creation branch August 5, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant