From cfbc024442e75aea995d1deadb1b6d03cefda7eb Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:42:22 -0700 Subject: [PATCH] ci: let semantic-release make comments --- .github/workflows/ci-cd.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4b483145d..892b9d675 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -10,9 +10,10 @@ concurrency: cancel-in-progress: true permissions: - contents: write - pages: write - packages: write + contents: write # publish a GitHub release + pages: write # deploy to GitHub Pages + issues: write # comment on released issues + pull-requests: write # comment on released pull requests jobs: ci-cd: