Skip to content

converted the manage reviews html page into reactjs #289

converted the manage reviews html page into reactjs

converted the manage reviews html page into reactjs #289

Workflow file for this run

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: |
👋 Hello! Thank you for opening your first issue in this repository. We appreciate your contribution and will review it as soon as possible. If you have any additional information or context, please feel free to add it here. Welcome to the community!
pr-message: |
🎉 Thank you for submitting your first pull request! We appreciate your effort and will review it shortly. If you have any questions or need further assistance, don't hesitate to ask. We're excited to have you contribute to this project!