Skip to content

Commit

Permalink
Merge pull request #2 from Saksh8/main
Browse files Browse the repository at this point in the history
Create greetings.yml
  • Loading branch information
Anishkagupta04 authored May 13, 2024
2 parents 96aca22 + 933f719 commit d24a72c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/Issue_template/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Documentation Issue
about: Report an issue with the project documentation
title: "[Documentation] :"
labels: Easy, IWOC2024
assignees: ''

---

## About Documentation

## Description

## Affected Documentation Section

## Expected Documentation

## Severity
- [ ] Low
- [ ] Medium
- [ ] High
- [ ] Critical




### Thank you for raising issue in Rapido-Health Care Website
1 change: 1 addition & 0 deletions .github/workflows/Issue_template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

15 changes: 15 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 a issue, Hope you enjoing the open source. we try to reply or assign as soon possibe. Connect with mentor [GitHub](https://github.com/Anishkagupta04)"

0 comments on commit d24a72c

Please sign in to comment.