From: Patrick Donnelly Date: Thu, 21 Aug 2025 22:59:53 +0000 (-0400) Subject: .github/workflows: remove unnecessary permissions for leaving PR comments X-Git-Tag: testing/wip-vshankar-testing-20250829.190601-debug~23^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a772562c0014ec79fd395050ccb396dc8d7c7c86;p=ceph-ci.git .github/workflows: remove unnecessary permissions for leaving PR comments https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions Signed-off-by: Patrick Donnelly --- diff --git a/.github/workflows/redmine-upkeep.yml b/.github/workflows/redmine-upkeep.yml index 11400145ee4..f3ddf6f570e 100644 --- a/.github/workflows/redmine-upkeep.yml +++ b/.github/workflows/redmine-upkeep.yml @@ -39,9 +39,6 @@ jobs: runs-on: ubuntu-latest # This condition ensures the job only runs in the main ceph/ceph repository and only on the specified branches. if: github.repository == 'ceph/ceph' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/redmine-upkeep') - permissions: - # To allow writing comments on PRs: - issues: write steps: - name: Checkout main branch for pull_request_target if: github.event_name == 'pull_request_target'