From 573e01b1baed5fe1ec2f454e3d540a59acf34e83 Mon Sep 17 00:00:00 2001 From: DevelopmentCats Date: Mon, 16 Jun 2025 19:25:17 +0000 Subject: [PATCH] fix: update GitHub Actions permissions in version-bump workflow for comments in PR's --- .github/workflows/version-bump.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index 537830a53..768eebcec 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -17,6 +17,7 @@ jobs: permissions: contents: read pull-requests: write + issues: write steps: - name: Checkout code uses: actions/checkout@v4