We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13ce5e commit d717742Copy full SHA for d717742
1 file changed
.github/workflows/greetings.yml
@@ -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