Skip to content

feat(deps): upgrade compiler dependencies #293

feat(deps): upgrade compiler dependencies

feat(deps): upgrade compiler dependencies #293

Workflow file for this run

# ~~ 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/cdk8s-core') && (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 }}