Skip to content

fix: fix cicd build project #8

fix: fix cicd build project

fix: fix cicd build project #8

Workflow file for this run

# Copyright © 2023 KubeCub open source community. All rights reserved.
# Licensed under the MIT License (the "License");
# you may not use this file except in compliance with the License.
name: Test Sync labels
on:
push:
branches:
- main
# paths:
# - .github/sync_labels.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Github lables pull and synchronize
uses: kubecub/comment-lang-detector@main
with:
manifest: .github/sync_labeler.yml
token: ${{ secrets.BOT_GITHUB_TOKEN }}
repository: |
kubecub/comment-lang-detector
kubecub/log
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}