diff --git a/.github/workflows/respond-to-issue.yaml b/.github/workflows/respond-to-issue.yaml index e5d0f101b4b..8bcdbba194b 100644 --- a/.github/workflows/respond-to-issue.yaml +++ b/.github/workflows/respond-to-issue.yaml @@ -1,7 +1,7 @@ name: 'Add Comment To New Issue' on: issues: - types: created + types: opened permissions: contents: read issues: write diff --git a/.github/workflows/respond-to-pr.yaml b/.github/workflows/respond-to-pr.yaml index d730bc9ee83..62f9464187a 100644 --- a/.github/workflows/respond-to-pr.yaml +++ b/.github/workflows/respond-to-pr.yaml @@ -1,7 +1,7 @@ name: 'Add Comment To New PR' on: pull_request: - types: created + types: opened permissions: contents: read pull-requests: write