Skip to content

Commit a18c6fc

Browse files
authored
Create greetings.yml
1 parent 9a34324 commit a18c6fc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Greetings
2+
3+
on: [issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
issues: write
10+
steps:
11+
- uses: actions/first-interaction@v1
12+
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}
14+
issue-message: '😃 Muito obrigado por anunciar sua vaga aqui no Vagas-Java do SouJava! Entre também em nosso Slack nacional de Java em https://javadevbr.herokuapp.com/'

0 commit comments

Comments
 (0)