Ultroid v0.2.1 [Fixes]

Co-authored-by: Devesh Pal <New-dev0@users.noreply.github.com>
Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com>
Co-authored-by: M̲αραт <marat2509@users.noreply.github.com>
This commit is contained in:
1Danish-00
2021-10-11 23:45:55 +05:30
parent 6f44b386aa
commit 83ce616dab
13 changed files with 45 additions and 46 deletions

View File

@@ -0,0 +1,12 @@
# Title
### Detailed Description [Optional] :
detailed_description_here
### Issue Number [Optional] :
Issue Number here if your pull request close any issue or is linked to.
----
### What defines you?
- [ ] Hacktoberfest Participant.
- [ ] Contributor

View File

@@ -1,16 +0,0 @@
name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for Opening This Issue, we will look into it soon!'
pr-message: 'Thanks for Your Contribution. It will be reviewed soon, Useless Prs are Closed Immediately'