Skip to content

Commit 3f63ad4

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

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/greetings.yml

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

77
# this file: CC BY-ND 4.0
88

99
name: Greetings
1010

11-
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch]
12-
permissions: write-all
11+
on:
12+
pull_request:
13+
types:
14+
- opened
15+
issues:
16+
types:
17+
- opened
18+
19+
permissions:
20+
issues: write
21+
pull-requests: write
22+
1323
jobs:
1424
greeting:
1525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)