Skip to content

Commit 64a4fc5

Browse files
committed
ci: update WELCOME-NEW-USERS workflow from global .github repo
Signed-off-by: microcks-bot <[email protected]>
1 parent b6b4d97 commit 64a4fc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/welcome-new-users.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ on:
99
types: [opened, closed]
1010
issues:
1111
types: [opened]
12+
permissions:
13+
contents: read # Set permissions as read-only by default at the top level
1214
jobs:
1315
run:
16+
permissions:
17+
issues: write # for wow-actions/welcome to comment on issues
18+
pull-requests: write # wow-actions/welcome to comment on PRs
1419
# Do not run on bots and maintainers
1520
if: ${{ !contains(fromJson('["dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }}
1621
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)