Auto PR - Kalix Runtime version 1.1.45 #575
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
# https://github.com/marketplace/actions/labeler | |
name: "Pull Request Labeler" | |
on: | |
- pull_request_target | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
# https://github.com/actions/labeler/releases | |
# v4.0.3 | |
- uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |