Skip to content

Commit 0ae3756

Browse files
committed
Update greetings workflow
1 parent 3852549 commit 0ae3756

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/greetings.yml

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

3-
on: [pull_request_target, issues]
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
issues:
8+
types:
9+
- opened
10+
11+
permissions:
12+
issues: write
13+
pull-requests: write
414

515
jobs:
616
greeting:
717
runs-on: ubuntu-latest
818
steps:
9-
- uses: actions/first-interaction@v3
19+
- uses: actions/first-interaction@v3.1.0
1020
with:
1121
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/linuxserver-labs/docker-monit/blob/master/.github/ISSUE_TEMPLATE/issue.bug.md) or [feature](https://github.com/linuxserver-labs/docker-monit/blob/master/.github/ISSUE_TEMPLATE/issue.feature.md) issue templates!'
1222
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver-labs/docker-monit/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'

0 commit comments

Comments
 (0)