[MEDIUM] Follow Redirects improperly handles URLs in the url.parse() function #297
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
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". | |
name: triage | |
on: | |
issues: | |
types: | |
- opened | |
pull_request: | |
types: | |
- opened | |
jobs: | |
assign-to-project: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
if: (github.repository == 'cdk8s-team/root') && (github.event.issue || (github.event.pull_request.user.login != 'cdk8s-automation' && github.event.pull_request.head.repo.full_name == github.repository)) | |
steps: | |
- uses: actions/add-to-project@v0.4.0 | |
with: | |
project-url: https://github.com/orgs/cdk8s-team/projects/12 | |
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }} |