fs.mkdirSync
on app.synth
raises EEXIST
that should be safely ignored (never happened before)
#1087
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.ts 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/cdk8s') && (github.event.issue || (github.event.pull_request.user.login != 'cdk8s-automation' && github.event.pull_request.head.repo.full_name == github.repository)) | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/cdk8s-team/projects/12 | |
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }} |