Skip to content

Bump mocha from 10.8.2 to 11.1.0 #104

Bump mocha from 10.8.2 to 11.1.0

Bump mocha from 10.8.2 to 11.1.0 #104

Workflow file for this run

on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
packages: write
attestations: write
id-token: write
deployments: write
name: Integration
jobs:
lint:
name: Integrate
uses: gitops-ci-cd/.github/.github/workflows/lint.yaml@main
test:
name: Integrate
uses: gitops-ci-cd/.github/.github/workflows/test.yaml@main
bump:
name: Integrate
uses: gitops-ci-cd/.github/.github/workflows/bump.yaml@main
deploy:
if: github.event.action == 'labeled' && github.event.label.name == 'preview' || github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'preview')
name: Deploy
uses: gitops-ci-cd/.github/.github/workflows/deploy.yaml@main
with:
environment: preview
build:
needs: deploy
name: Build
uses: gitops-ci-cd/.github/.github/workflows/build.yaml@main