fix(upgrades): upgrades failing with wrap-ansi ESM cannot be loaded #1049
Workflow file for this run
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: pull-request-lint | |
on: | |
pull_request_target: | |
types: | |
- labeled | |
- opened | |
- synchronize | |
- reopened | |
- ready_for_review | |
- edited | |
merge_group: | |
branches: | |
- main | |
jobs: | |
validate: | |
name: Validate PR title | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: amannn/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
types: |- | |
feat | |
fix | |
chore | |
requireScope: false | |
githubBaseUrl: ${{ github.api_url }} | |
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target' |