From eae64160bd5e21f4e9a5508d44203e76469a9425 Mon Sep 17 00:00:00 2001 From: DevCats Date: Mon, 16 Jun 2025 14:32:09 -0500 Subject: [PATCH] fix: update GitHub Actions permissions in version-bump workflow (#152) ## Description update GitHub Actions permissions in version-bump workflow by adding issues permission for commenting on PR's --- ## Type of Change - [ ] New module - [X] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other --- ## Related Issues None --- .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 537830a5..768eebce 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