From b0566001a36b6e3916bb4c9fccc024eb53f7dcc1 Mon Sep 17 00:00:00 2001 From: Lucian Behind The Scenes Date: Wed, 5 Aug 2026 11:17:15 +0300 Subject: [PATCH] fix: record Actions pull request creation as enabled 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. --- docs/admin-state/mise-php-after.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin-state/mise-php-after.json b/docs/admin-state/mise-php-after.json index 3d3d5f8..21e6ea0 100644 --- a/docs/admin-state/mise-php-after.json +++ b/docs/admin-state/mise-php-after.json @@ -14,7 +14,7 @@ "url": "https://api.github.com/repos/Bigpixelrocket/mise-php/subscription" }, "branchProtection": null, - "capturedAt": "2026-08-04T12:48:57Z", + "capturedAt": "2026-08-05T08:16:47Z", "environments": { "environments": [ { @@ -186,12 +186,12 @@ ], "verified_allowed": false }, - "snapshotDigest": "sha256:3fa95b31e4ca35cae67c7bdc8186f5e2eca04d4ad6472f7358c3fed99a5afbe0", + "snapshotDigest": "sha256:da186692248707dc17c433cfe7abbaca73586dfa616dc3149083dd9d6268927c", "variables": [ "AUTORELEASE_OWNER" ], "workflowPermissions": { - "can_approve_pull_request_reviews": false, + "can_approve_pull_request_reviews": true, "default_workflow_permissions": "read" } }