Bump @redocly/cli from 1.25.11 to 1.25.13 #482
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is part of the Provider API Example. | |
# | |
# Copyright (C) 2023 Serghei Iakovlev <egrep@protonmail.ch> | |
# | |
# For the full copyright and license information, please view | |
# the LICENSE file that was distributed with this source code. | |
name: Pull Request Labeler | |
on: | |
pull_request: | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
name: Pull Request Labeler | |
steps: | |
- uses: actions/labeler@v5.0.0 | |
continue-on-error: true | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
sync-labels: true |