From 9025b3aec7f9499f5dea3d40c1c5bf5d1d478125 Mon Sep 17 00:00:00 2001 From: microcks-bot Date: Thu, 7 Nov 2024 14:06:37 +0000 Subject: [PATCH] ci: update WELCOME-NEW-USERS workflow from global .github repo Signed-off-by: microcks-bot --- .github/workflows/welcome-new-users.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index 57d83c5..9238489 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -9,8 +9,13 @@ on: types: [opened, closed] issues: types: [opened] +permissions: + contents: read # Set permissions as read-only by default at the top level jobs: run: + permissions: + issues: write # for wow-actions/welcome to comment on issues + pull-requests: write # wow-actions/welcome to comment on PRs # Do not run on bots and maintainers if: ${{ !contains(fromJson('["dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }} runs-on: ubuntu-latest