Skip to content

Commit

Permalink
only trigger on opening of issues and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Page authored and Jake Page committed Aug 4, 2022
1 parent d3c8ace commit a4df15c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/hello-to-new-contributions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Auto message for PR's and Issues
# description: Automatically send hello message to the first PR and Issue for new contributor.
on: [pull_request, issues]
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
build:
name: Hello new contributor
Expand Down

0 comments on commit a4df15c

Please sign in to comment.