Skip to content

Commit

Permalink
ci: update WELCOME-NEW-USERS workflow from global .github repo (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: microcks-bot <[email protected]>
  • Loading branch information
microcks-bot authored Nov 7, 2024
1 parent 06a46ca commit 1ca6a1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/welcome-new-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ca6a1a

Please sign in to comment.