Skip to content

Make "importSQLCheckStatus" return immediately when called from the vip import sql status command and no import is running #242

Make "importSQLCheckStatus" return immediately when called from the vip import sql status command and no import is running

Make "importSQLCheckStatus" return immediately when called from the vip import sql status command and no import is running #242

Workflow file for this run

---
name: Publish to npm (if applicable)
on:
pull_request:
types: [closed]
jobs:
publish:
name: Publish to npm
runs-on: ubuntu-latest
if: contains( github.event.pull_request.labels.*.name, '[ Type ] NPM version update' ) && startsWith( github.head_ref, 'release/') && github.event.pull_request.merged == true
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: Automattic/vip-actions/[email protected]
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PROVENANCE: 'true'
CONVENTIONAL_COMMITS: 'true'