Skip to content

Commit

Permalink
Merge pull request #547 from Aditya-NV-06/main
Browse files Browse the repository at this point in the history
Created  greeting.yml
  • Loading branch information
tushargupta1504 authored Oct 20, 2024
2 parents ff509c6 + 10cdc88 commit 638e0f9
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 9 deletions.
14 changes: 14 additions & 0 deletions .github/issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

labels:
bug:
- "bug"
- "error"
- "fail"
enhancement:
- "enhancement"
- "feature"
- "improvement"
documentation:
- "docs"
- "documentation"
- "readme"
16 changes: 16 additions & 0 deletions .github/workflows/greeting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request_target, 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: "👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!"
pr-message: " 🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better"
18 changes: 10 additions & 8 deletions .github/workflows/issueLabel.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: issue labeler workflow

# .github/workflows/issue-labeler.yml
name: "Issue Labeler"
on:
issues:
types: ["opened"]
types: [opened, edited]

permissions:
issues: write
contents: read

jobs:
Issue-Labeler:
name: issue labeler
triage:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v2.3.0
- uses: github/issue-labeler@v3.3
with:
configuration-path: .github/issue-labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["Triage"]'
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Our platform revolutionizes healthcare by offering **online medical consultation
<table border="1">
<tr>
<td><img src="https://github.com/user-attachments/assets/82287ad0-2c5f-419f-ae49-5283fcc6fcfd" alt="Discord Logo" width="50"></td>
<td><a href="https://discord.gg/FZxBRpTEeH"> Join our Official Discord Server </a></td>
<td><a href=""> Join our Official Discord Server </a></td>
</tr>
</table>

Expand Down

0 comments on commit 638e0f9

Please sign in to comment.