From 173537ef367ebe13a0323defd97967aaa26ad34c Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Thu, 20 Mar 2025 14:34:49 +0100 Subject: [PATCH] refactor: allow docs CI workflow to make PRs (#1046) --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 390d2946..bc286d8d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,6 +18,7 @@ jobs: contents: write # to let mkdocs write the new docs pages: write # to deploy to Pages id-token: write # to verify the deployment originates from an appropriate source + pull-requests: write # to merge to master via PR runs-on: ubuntu-latest # Only run in original repo (not in forks) if: github.repository == 'django-components/django-components'