feat: add workflow for new contributors (#46479)

This commit is contained in:
Mrugesh Mohapatra
2022-06-13 21:18:59 +05:30
committed by GitHub
parent bbf21fec68
commit fdd89069c4
7 changed files with 25 additions and 6 deletions
@@ -1,4 +1,4 @@
name: Crowdin - Download Client UI
name: i18n - Download Client UI
on:
workflow_dispatch:
schedule:
@@ -1,4 +1,4 @@
name: Crowdin - Download Curriculum
name: i18n - Download Curriculum
on:
workflow_dispatch:
schedule:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Crowdin - Download Docs
name: i18n - Download Docs
on:
workflow_dispatch:
schedule:
@@ -1,4 +1,4 @@
name: Crowdin - Upload Client UI
name: i18n - Upload Client UI
on:
workflow_dispatch:
schedule:
@@ -1,4 +1,4 @@
name: Crowdin - Upload Curriculum
name: i18n - Upload Curriculum
on:
workflow_dispatch:
schedule:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Crowdin - Upload Docs
name: i18n - Upload Docs
on:
workflow_dispatch:
schedule:
+19
View File
@@ -0,0 +1,19 @@
name: Github - Welcome First-timers
on:
pull_request:
types: [opened, closed]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/welcome@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FIRST_PR_MERGED: |
#### :sparkles: :tada: **AWESOME!** :tada: :sparkles:
Hi @{{ author }},
Thanks for this pull request and for contributing to the code-base for the first time. We are looking forward to more contributions from you in the future.
Cheers & happy contributing!