Skip to content

Add BpkCellItem component to Backpack Compose #7866

Add BpkCellItem component to Backpack Compose

Add BpkCellItem component to Backpack Compose #7866

Workflow file for this run

name: label-check
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
permissions: {}
jobs:
label-check:
runs-on: ubuntu-24.04-16cores-public
steps:
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
id: app-token
with:
app-id: ${{ vars.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch,dependencies,skip-changelog
repo_token: ${{ steps.app-token.outputs.token }}