Skip to content

⬆️ Bump libc from 0.2.162 to 0.2.164 #1427

⬆️ Bump libc from 0.2.162 to 0.2.164

⬆️ Bump libc from 0.2.162 to 0.2.164 #1427

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
- uses: ./.github/actions/label_by_message
with:
pr_number: ${{ github.event.pull_request.number }}
message_contains: ':boom:'
label_name: 'break'