Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /frontend/packages/ui in the npm_and_yarn group across 1 directory #13118

Bump nanoid from 3.3.7 to 3.3.8 in /frontend/packages/ui in the npm_and_yarn group across 1 directory

Bump nanoid from 3.3.7 to 3.3.8 in /frontend/packages/ui in the npm_and_yarn group across 1 directory #13118

Workflow file for this run

---
# yamllint disable rule:truthy
name: Release Note
on:
workflow_dispatch:
push:
# branches to consider in the event; optional, defaults to all
branches:
- develop
- stable
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_infrahub_release_draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: infrahub-release-drafter.yml
disable-autolabeler: true
name: infrahub-draft
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}