diff --git a/.github/workflows/auto-pull-request-create.yml b/.github/workflows/auto-pull-request-create.yml index c4c84bd..714f20a 100644 --- a/.github/workflows/auto-pull-request-create.yml +++ b/.github/workflows/auto-pull-request-create.yml @@ -9,9 +9,10 @@ on: - dependabot/** permissions: - contents: read + contents: write packages: write pull-requests: write + issues: write jobs: call: diff --git a/.github/workflows/auto-release-create.yml b/.github/workflows/auto-release-create.yml index 21a86fa..2535a85 100644 --- a/.github/workflows/auto-release-create.yml +++ b/.github/workflows/auto-release-create.yml @@ -21,7 +21,8 @@ on: permissions: contents: write packages: write - pull-requests: read + pull-requests: write + issues: write jobs: call: diff --git a/.github/workflows/manual-release-branch-prepare.yml b/.github/workflows/manual-release-branch-prepare.yml index 81e7b12..15bc3db 100644 --- a/.github/workflows/manual-release-branch-prepare.yml +++ b/.github/workflows/manual-release-branch-prepare.yml @@ -27,6 +27,7 @@ permissions: contents: write packages: write pull-requests: write + issues: write jobs: call: