test workflows
This commit is contained in:
parent
5ebdfbe263
commit
3ea4c26568
|
|
@ -0,0 +1,13 @@
|
||||||
|
name: Greetings
|
||||||
|
|
||||||
|
on: [pull_request, issues]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
greeting:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/first-interaction@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
issue-message: 'This was your first issue! Thank you for contributing!'' first issue'
|
||||||
|
pr-message: 'This was your first Pull Request! Thank you for contributing!'' first pr'
|
||||||
Loading…
Reference in New Issue