From 0d4fcdf083ba6a0db86485e2609fd71e42f314e0 Mon Sep 17 00:00:00 2001 From: microcks-bot Date: Fri, 8 Nov 2024 00:35:44 +0100 Subject: [PATCH] ci: update WELCOME-NEW-USERS workflow from global .github repo (#155) 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