Skip to content

fix(deps): update dependency eslint-plugin-yml to v1.14.0 #1078

fix(deps): update dependency eslint-plugin-yml to v1.14.0

fix(deps): update dependency eslint-plugin-yml to v1.14.0 #1078

Workflow file for this run

# Note: this pipelines is for the `shared-config` library
name: pr
on:
pull_request:
branches:
- main
jobs:
dependencies:
uses: ./.github/workflows/changesets-dependencies.yaml
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
alpha:
uses: ./.github/workflows/release-snapshot.yml
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
with:
npmTag: alpha
buildScript: build
nodeVersion: 18
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
rc:
uses: ./.github/workflows/release-snapshot.yml
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
with:
npmTag: rc
buildScript: build
nodeVersion: 18
packageManager: pnpm
restoreDeletedChangesets: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}