mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 16:00:12 -04:00
fix: invalid template syntax (#46535)
This commit is contained in:
committed by
GitHub
parent
9a637e2667
commit
c72aa66056
4
.github/workflows/welcome.yml
vendored
4
.github/workflows/welcome.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: New Contributor Welcome
|
||||
name: Github - Welcome First-timers
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
@@ -6,6 +6,8 @@ on:
|
||||
|
||||
jobs:
|
||||
welcome:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Welcome New Contributors
|
||||
if: github.event.pull_request.merged == true
|
||||
|
||||
Reference in New Issue
Block a user