Skip to content

Commit bda6d39

Browse files
authored
Update greetings.yml
Signed-off-by: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com>
1 parent 00826e7 commit bda6d39

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 1.2.0.3
1+
# 1.2.1.0
22
# created: 02 Dec 2021
3-
# updated: 01 Jan 2023
3+
# updated: 15 May 2023
44
# An action for filtering pull requests and issues from first-time contributors.
55
# https://github.com/marketplace/actions/first-interaction
66

@@ -9,13 +9,25 @@
99
name: Greetings
1010

1111
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch]
12-
12+
permissions: write-all
1313
jobs:
1414
greeting:
1515
runs-on: ubuntu-latest
16-
permissions:
17-
issues: write
18-
pull-requests: write
16+
permissions: write-all
17+
# actions: write
18+
# actions: read|write|none
19+
# checks: read|write|none
20+
# contents: read|write|none
21+
# deployments: read|write|none
22+
# id-token: read|write|none
23+
# issues: read|write|none
24+
# discussions: read|write|none
25+
# packages: read|write|none
26+
# pages: read|write|none
27+
# pull-requests: read|write|none
28+
# repository-projects: read|write|none
29+
# security-events: read|write|none
30+
# statuses: read|write|none
1931
if: ${{ github.actor != 'dependabot[bot]' }}
2032
steps:
2133
# - uses: actions/first-interaction@latest

0 commit comments

Comments
 (0)