mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
14 lines
422 B
YAML
14 lines
422 B
YAML
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: 'Horray🎉🎉,you've made you first issue, Thanks for contributing❤️'' first issue'
|
||
pr-message: 'Horray🎉🎉,you've made you first issue, Thanks for contributing❤️'' first pr'
|