Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added workflows #6

Merged
merged 2 commits into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added workflows
  • Loading branch information
rakesh0x7 committed Sep 28, 2021
commit 51d0f72acc01452af428591e123c9ea17a3f7efa
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/proposal.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
name: Feature request
name: Algorithm name
about: Suggest an idea for this project
title: ''
labels: feature
labels: algorithm
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
----
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
----
Expand All @@ -19,6 +16,4 @@ assignees: ''
----
- A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
----
- Add any other context or screenshots about the feature request here.

26 changes: 26 additions & 0 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
on:
fork:
push:
branches: [ main ]
issues:
types: [ opened ]
issue_comment:
types: [ created ]
pull_request_target:
types: [ opened ]
pull_request_review_comment:
types: [ created ]

jobs:

welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: GDSC-GVP/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h1>It''s great having you contribute to this project</h1> Welcome to the community :nerd_face:'
pr-message: '<h1>It''s great having you contribute to this project</h1> Welcome to the community :nerd_face:'
footer: 'If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="https://discord.gg/AVPk6cy42b">Discord</a> we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.'