Skip to content

fix: ensure the MR log line prints an integer and not a rune (#4078) #2601

fix: ensure the MR log line prints an integer and not a rune (#4078)

fix: ensure the MR log line prints an integer and not a rune (#4078) #2601

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
triage:
permissions:
contents: read
pull-requests: write
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v5