From 78ac6018226eeedf3e8319987a62b33ddc8db534 Mon Sep 17 00:00:00 2001 From: Aditya NV <138525577+Aditya-NV-06@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:56:41 +0530 Subject: [PATCH 1/5] Create greeting.yml --- .github/workflows/greeting.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/greeting.yml diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml new file mode 100644 index 0000000..547b0bd --- /dev/null +++ b/.github/workflows/greeting.yml @@ -0,0 +1,17 @@ +name: "Greeting for the contributors" + +on: [pull_request_target,issues] + +jobs: + welcome-new-contributor: + runs-on: ubuntu-latest + permissions: + issue: write + pull-requests: write + steps: + - name:'Greeting to the contributor' + - 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" From 275de6a5f94424d3ea3602fe0de0a67913190689 Mon Sep 17 00:00:00 2001 From: Aditya NV <138525577+Aditya-NV-06@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:00:01 +0530 Subject: [PATCH 2/5] Update greeting.yml --- .github/workflows/greeting.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml index 547b0bd..ff7fb64 100644 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -1,17 +1,16 @@ -name: "Greeting for the contributors" +name: Greetings -on: [pull_request_target,issues] +on: [pull_request_target, issues] -jobs: - welcome-new-contributor: - runs-on: ubuntu-latest - permissions: - issue: write - pull-requests: write - steps: - - name:'Greeting to the contributor' - - uses: actions/first-interaction@v1 - with: - repo-token: ${{secrets.Github_TOKEN}} +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" From fe8134dae6a1321f0933b604f38e1787bc16ab29 Mon Sep 17 00:00:00 2001 From: Aditya NV <138525577+Aditya-NV-06@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:30:23 +0530 Subject: [PATCH 3/5] Update issueLabel.yml --- .github/workflows/issueLabel.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/issueLabel.yml b/.github/workflows/issueLabel.yml index 39792a6..16b336a 100644 --- a/.github/workflows/issueLabel.yml +++ b/.github/workflows/issueLabel.yml @@ -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"]' From e837b275a0080373550dff48281ca940ba9c4da9 Mon Sep 17 00:00:00 2001 From: Aditya NV <138525577+Aditya-NV-06@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:31:53 +0530 Subject: [PATCH 4/5] Create issue-labeler.yml --- .github/issue-labeler.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/issue-labeler.yml diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml new file mode 100644 index 0000000..2c3034a --- /dev/null +++ b/.github/issue-labeler.yml @@ -0,0 +1,14 @@ + +labels: + bug: + - "bug" + - "error" + - "fail" + enhancement: + - "enhancement" + - "feature" + - "improvement" + documentation: + - "docs" + - "documentation" + - "readme" From 10cdc883e48b991ea8563583ad7b6a207a81bafd Mon Sep 17 00:00:00 2001 From: Aditya NV <138525577+Aditya-NV-06@users.noreply.github.com> Date: Sat, 19 Oct 2024 17:12:48 +0530 Subject: [PATCH 5/5] Removed the discord link Make sure to add or remove the discord link section for this repo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2d1653d..153ff91 100644 --- a/Readme.md +++ b/Readme.md @@ -19,7 +19,7 @@ Our platform revolutionizes healthcare by offering **online medical consultation - +
Discord Logo Join our Official Discord Server Join our Official Discord Server