diff --git a/.github/workflows/on_issue_comment.yaml b/.github/workflows/on_issue_comment.yaml index 4be5906596..9c6a3eeb6d 100644 --- a/.github/workflows/on_issue_comment.yaml +++ b/.github/workflows/on_issue_comment.yaml @@ -5,8 +5,8 @@ on: types: [created] permissions: - contents: read - issues: read + contents: write + issues: write jobs: # This job always runs to prevent GHA from marking the run as failed when