Skip to content

Convert Reset Password Page from HTML to React #287

Convert Reset Password Page from HTML to React

Convert Reset Password Page from HTML to React #287

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!