Skip to content

Commit d717742

Browse files
authored
Create greetings.yml
1 parent c13ce5e commit d717742

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Greetings
2+
3+
on: [pull_request_target, issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
steps:
12+
# https://github.com/actions/first-interaction/tree/main
13+
- uses: actions/first-interaction@v1
14+
with:
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
issue-message: "welcome new"
17+
pr-message: "this is test"

0 commit comments

Comments
 (0)