Skip to content

Commit 8d900c8

Browse files
chore: refactor greetings workflow
1 parent 4b0498c commit 8d900c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/greetings.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Greetings
22

3-
on: [issues]
3+
permissions:
4+
issues: write
5+
6+
on:
7+
issues:
8+
types:
9+
- opened
410

511
jobs:
612
greeting:
@@ -13,9 +19,3 @@ jobs:
1319
Hi there and welcome to this repository!
1420
1521
A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to report this issue. Quality is of the highest priority for us, and we would never release anything with known defects. We aim to do our best but unfortunately you are here because you encountered something we didn't expect. Lets see if we can figure out what went wrong and provide a remedy for it.
16-
pr-message: |
17-
Hi there and welcome to this repository!
18-
19-
A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to contribute to this codebase. Open source is built on the idea of collaboration and I applaud you for your contribution.
20-
21-
Thank you so much and keep being awesome!

0 commit comments

Comments
 (0)