On the login page we can add the confirm password column for validation , also we can add the only numbers feature in the phone contact column and making all the column compulsory to fill it up compulsory. #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: > | |
Hi @${{ github.actor }}! Thanks for opening this issue. We appreciate your contribution to this open-source project. | |
pr-message: > | |
Hi @${{ github.actor }}! Thank you for your valuable contribution! Our team will review it and get back to you soon. |