Skip to content

Commit 61fea0b

Browse files
authored
ci: update WELCOME-NEW-USERS workflow from global .github repo (#38)
Signed-off-by: microcks-bot <[email protected]>
1 parent b258c21 commit 61fea0b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome new users by creating a comment in the first time issue/PR.
1+
# Welcome new users by commenting on the first-time issue/PR.
22
# Adding a friendly message in the comment to tip non-stargazers to star our repo.
33
#
44
# Props to https://github.com/wow-actions/welcome
@@ -9,19 +9,13 @@ on:
99
types: [opened, closed]
1010
issues:
1111
types: [opened]
12-
permissions:
13-
contents: read
1412
jobs:
1513
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
1914
# Do not run on bots and maintainers
2015
if: ${{ !contains(fromJson('["dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }}
2116
runs-on: ubuntu-latest
2217
steps:
23-
#- uses: wow-actions/welcome@v1
24-
- uses: wow-actions/welcome@72817eb31cda1de60f51893d80e2e82ce57f7e76 # To pin v1.3.0
18+
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1
2519
with:
2620
# GitHub token as default GITHUB_TOKEN
2721

0 commit comments

Comments
 (0)