mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
f92fb31691
13
.github/workflows/greetings.yml
vendored
Normal file
13
.github/workflows/greetings.yml
vendored
Normal file
@ -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: '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'
|
||||||
Loading…
x
Reference in New Issue
Block a user