`})
- // return context.github.issues.createComment(msg)
- // }
- // else if(levelBadges.learners(context.payload.comment.user.login)){
- // const msg=context.issue({body:`Hey @${user} 👋, Thanks for the putting up your views !!! You looks to be a new commer to @${org}. You are earning a **bigginer's badge** for your first contribution. Keep contributing!:clap:\n
`})
- // return context.github.issues.createComment(msg)
- // }
- // else if(levelBadges.experienced(context.payload.comment.user.login)){
- // const msg=context.issue({body:`Hey @${user} 👋, Thanks for the putting up your views !!! You looks to be a new commer to @${org}. You are earning a **bigginer's badge** for your first contribution. Keep contributing!:clap:\n
`})
- // return context.github.issues.createComment(msg)
- // }
- // else if(levelBadges.coreContributor(context.payload.comment.user.login)){
- // const msg=context.issue({body:`Hey @${user} 👋, Thanks for the putting up your views !!! You looks to be a new commer to @${org}. You are earning a **bigginer's badge** for your first contribution. Keep contributing!:clap:\n
`})
- // return context.github.issues.createComment(msg)
- // }
- // else{
- // const url = "https://cdn5.vectorstock.com/i/1000x1000/03/39/expert-round-isolated-gold-badge-vector-16610339.jpg"
- // const msg=context.issue({body:`Hey @${user} 👋, Thanks for the putting up your views !!! It looks that you have experticed working with @${org} and its projects. You are earning a **expert's badge** for your immence contribution. Keep contributing!:clap:\n{{error.stack}}
diff --git a/views/index.hbs b/views/index.hbs
new file mode 100644
index 0000000..1f308fd
--- /dev/null
+++ b/views/index.hbs
@@ -0,0 +1,2 @@
+Welcome to {{title}}
diff --git a/views/layout.hbs b/views/layout.hbs new file mode 100644 index 0000000..068eb6b --- /dev/null +++ b/views/layout.hbs @@ -0,0 +1,10 @@ + + + +