fix(actions): delete welcome workflow (#46528)

This commit is contained in:
Mrugesh Mohapatra
2022-06-17 01:47:53 +05:30
committed by GitHub
parent 3563682424
commit 011a6772ae

View File

@@ -1,19 +0,0 @@
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!