Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
ci(greetings): only run on opening of issue/pr + add pr message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored Jan 7, 2021
1 parent 94f4101 commit 7c009ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Greetings

on: [pull_request, issues]
on:
pull_request:
types: opened
issues:
types: opened

jobs:
greeting:
Expand All @@ -10,4 +14,4 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome! If this is a security issue, please send details to [email protected], [email protected] or message us on Discord.'
pr-message: ''
pr-message: 'Thanks for your first contribution! Make sure you''ve [checked the docs], and wait for a review!'

0 comments on commit 7c009ab

Please sign in to comment.