chore(deps): bump docker-kong from 2207aa2
to 1f5199f
#664
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
--- | |
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 }} |