mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 09:03:27 -05:00
fix(actions): delete welcome workflow (#46528)
This commit is contained in:
committed by
GitHub
parent
3563682424
commit
011a6772ae
19
.github/workflows/welcome-new-lgtm.yml
vendored
19
.github/workflows/welcome-new-lgtm.yml
vendored
@@ -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!
|
||||
Reference in New Issue
Block a user