chore(deps): bump kong from 85638b5
to 60881e1
#710
Workflow file for this run
This file contains hidden or 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
--- | |
name: Pull Request Labeler | |
on: [pull_request] # yamllint disable-line rule:truthy | |
jobs: | |
label: | |
name: auto label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v5 | |
continue-on-error: true | |
with: | |
repo-token: ${{ secrets.AUTO_MERGE_TOKEN }} | |
- uses: TimonVS/[email protected] | |
continue-on-error: true | |
env: | |
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }} |