Skip to content

metrics: add component-base/metrics.Options #448

metrics: add component-base/metrics.Options

metrics: add component-base/metrics.Options #448

Workflow file for this run

name: 'PR Labeling'
on:
pull_request_target:
types: [synchronize]
permissions:
pull-requests: write
env:
GH_TOKEN: ${{ secrets.CLUSTERPEDIA_BOT_TOKEN }}
jobs:
cancel-lgtm:
runs-on: ubuntu-latest
steps:
- name: Cancel lgtm
run: |
gh pr -R ${{ github.repository }} edit ${{ github.event.pull_request.number }} --remove-label "lgtm"