Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

[CLOV-1629]: migrate badge token #11116

[CLOV-1629]: migrate badge token

[CLOV-1629]: migrate badge token #11116

Workflow file for this run

name: label-check
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
permissions: {}
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.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,skip-changelog
repo_token: ${{ steps.app-token.outputs.token }}