refactor: migrated package manager to pnpm #17811
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
--- | |
name: On-PR to main | |
on: | |
pull_request: | |
branches: ["main"] | |
permissions: | |
pull-requests: write | |
contents: write | |
actions: read | |
security-events: write | |
jobs: | |
dependabot: | |
uses: ./.github/workflows/99-auto-merge.yml | |
self-healing-dependabot-updates: | |
uses: ./.github/workflows/99-self-healing-dependabot-updates.yml | |
secrets: inherit | |
codeql: | |
uses: ./.github/workflows/99-codeql-analysis.yml | |
# TODO: use again after https://github.com/actions/dependency-review-action/pull/918 got merged | |
# dependency-review: | |
# uses: ./.github/workflows/99-dependency-review.yml | |
labeler: | |
if: github.event.pull_request.head.repo.owner.login == 'db-ux-design-system' | |
uses: ./.github/workflows/99-labeler.yml |