fix: invalid template syntax (#46535)

pull/46520/head
Mrugesh Mohapatra 2022-06-17 13:49:51 +05:30 committed by GitHub
parent 9a637e2667
commit c72aa66056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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