[BUG]: Signed in user can still see the Sign Up button #119
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: "Welcome new contributors" | |
on: | |
issues: | |
types: opened | |
pull_request: | |
types: opened | |
permissions: | |
pull-requests: write | |
issues: write | |
jobs: | |
welcome-message: | |
name: Welcoming New Users | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
if: github.event.action == 'opened' | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: |- | |
Thank you so much for making your first Pull Request and taking the time to improve oss.gg! 🚀🙏❤️ | |
Feel free to join the conversation at [Discord](https://oss.gg/discord) | |
issue-message: | | |
Thank you for opening your first issue! 🙏❤️ One of our team members will review it and get back to you as soon as it possible. 😊 |