Skip to content

Commit 9956311

Browse files
authored
move these to save them later
1 parent 7a73d47 commit 9956311

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.
File renamed without changes.

github-actions/templates/greetings.yml

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

3-
on: [pull_request_target, issues]
3+
on: [pull_request_target, issues, push]
44

55
jobs:
66
greeting:
@@ -9,7 +9,6 @@ jobs:
99
issues: write
1010
pull-requests: write
1111
steps:
12-
# https://github.com/actions/first-interaction
1312
- uses: actions/first-interaction@v1
1413
with:
1514
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)