Skip to content

Commit 4552dc8

Browse files
authored
Merge pull request #155 from justwriteclick/ag-greetings-1
Create greetings.yml
2 parents 3dae70a + 1c6779d commit 4552dc8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Greetings
2+
3+
on: [pull_request, issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/first-interaction@v1
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
issue-message: 'Thanks for logging an issue. If you would like to fix it yourself, that''s fine. Assign yourself and send in a PR.'
13+
pr-message: 'Thanks for sending a pull request. You can message me on LinkedIn or Twitter if I don''t respond here quickly.'

0 commit comments

Comments
 (0)