-
-
Notifications
You must be signed in to change notification settings - Fork 1
31 lines (29 loc) · 1.02 KB
/
greetings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: "Greetings"
on:
pull_request_target:
issues:
branches:
- main
- canary
- experimental
jobs:
greeting:
runs-on: ubuntu-latest
if: github.actor != 'Stormie-Bot' && github.actor != 'dependabot[bot]' && github.actor != 'mend-bolt-for-github[bot]'
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ github.token }}
issue-message:
"Hello, I'm 🤖 Stormie-Bot! Thank you for your interest in this
project! The Storm team will review this issue and reach out to you
ASAP."
pr-message:
"Hello, I'm 🤖 Stormie-Bot! The Storm team sincerely appreciates
your effort/interest in contributing to this project. A Storm
developer will review this change and get back to you ASAP. Please
feel free to reach out to the Storm team ([email protected])
if you have any questions/comments."