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