feat(security): add Content-Security-Policy and security headers via Helmet #13
Workflow file for this run
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: Welcome New Contributors | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| jobs: | |
| welcome: | |
| 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! Welcome to the CodePVG's repo! | |
| Thank you for opening your first issue. Please make sure you've read our `CONTRIBUTING.md` guidelines before getting started. | |
| A maintainer will review this shortly. If you'd like to work on this issue yourself, please ask to be assigned! | |
| pr-message: | | |
| Hello! Thank you for your first Pull Request! | |
| We are excited to review your contribution to the CodePVG LeetCode Leaderboard. | |
| Please make sure you have run Prettier on your code locally, as our GitHub Actions will fail if the code is unformatted. A maintainer will review your code soon. Thanks for helping out! |