feat(auth): improve sign-in flow with error handling and success response #1
This file contains hidden or 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: | | |
| π Thanks for opening your first issue here! Be sure to follow the issue template! | |
| A maintainer will be with you shortly. π¨βπ» | |
| pr-message: | | |
| π Welcome and thank you for your contribution! | |
| Please make sure your PR follows our contributing guidelines. We'll review it as soon as we can. π |