Skip to content

Bump lycheeverse/lychee-action from 1.7.0 to 2.0.2 in /.github/workflows #1

Bump lycheeverse/lychee-action from 1.7.0 to 2.0.2 in /.github/workflows

Bump lycheeverse/lychee-action from 1.7.0 to 2.0.2 in /.github/workflows #1

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: Pull request labeler
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.BOT_GITHUB_TOKEN }}"