Skip to content

Commit 6f41684

Browse files
committed
added greetings automation
1 parent 92a758a commit 6f41684

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
12+
steps:
13+
- uses: actions/first-interaction@v1
14+
with:
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
issue-message: 'Hello and welcome! Thanks for creating your first issue! Someone from our community will get back to you soon!'
17+
pr-message: >
18+
Thanks for opening your first pull reqest in VSCode G-Code Syntax!
19+
20+
Please make sure you read the [Contributing Guide](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CONTRIBUTING.md) and follow the [Code of Conduct](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)