Bump typescript from 6.0.3 to 7.0.2 in the npm-major group across 1 directory #112
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
| # Org-wide CLA gate — see traverse-framework/.github (governance v1.0.1). | |
| name: cla | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_target: | |
| types: [opened, closed, synchronize] | |
| permissions: | |
| actions: write | |
| contents: read | |
| pull-requests: write | |
| statuses: write | |
| jobs: | |
| cla: | |
| uses: traverse-framework/.github/.github/workflows/reusable-cla.yml@bootstrap-governance | |
| secrets: | |
| cla-assistant-pat: ${{ secrets.CLA_ASSISTANT_PAT }} |