From 878bfb4691e5eb003df6e1e3bbd72bac51449447 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 03:17:27 +0000 Subject: [PATCH 1/2] chore(deps): update dependency sphinx-rerediraffe to v0.0.4 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3f2220e..1d00097 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ sphinx-reredirects==1.1.0 sphinx-tabs==3.5.0 sphinxcontrib-jquery==4.1 sphinxext-opengraph==0.13.0 -sphinx-rerediraffe==0.0.3 +sphinx-rerediraffe==0.0.4 # Extra extensions, previously bundled as canonical-sphinx-extensions sphinx-config-options==0.1.1 From 0984062b5c3efdd19b21484126449ef387a69866 Mon Sep 17 00:00:00 2001 From: "Sebastien Georget (charmkeeper)" Date: Thu, 18 Jun 2026 14:58:22 +0200 Subject: [PATCH 2/2] Add pull-requests write permission to bot_pr_approval job The bot_pr_approval job uses actions/github-script to create a review on pull requests, which requires pull-requests: write permission. Added the permission at the job level as requested. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/bot_pr_approval.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bot_pr_approval.yaml b/.github/workflows/bot_pr_approval.yaml index e38c584..8cf0e8e 100644 --- a/.github/workflows/bot_pr_approval.yaml +++ b/.github/workflows/bot_pr_approval.yaml @@ -7,3 +7,5 @@ jobs: bot_pr_approval: uses: canonical/operator-workflows/.github/workflows/bot_pr_approval.yaml@main secrets: inherit + permissions: + pull-requests: write