Skip to content

chore(nbs): drop ubcpdk, use generic PDK #527

chore(nbs): drop ubcpdk, use generic PDK

chore(nbs): drop ubcpdk, use generic PDK #527

Workflow file for this run

name: Release Drafter and Labels
on:
push:
branches:
- main
pull_request:
types: [edited, opened, reopened, synchronize, unlabeled, labeled]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}