Skip to content

Remove fmt package and protobuf #17

Remove fmt package and protobuf

Remove fmt package and protobuf #17

Workflow file for this run

# SPDX-FileCopyrightText: 2026 Kalle Fagerberg
#
# SPDX-License-Identifier: CC0-1.0
name: "Pull Request Labeler"
on:
# Using "pull_request_target" is generally a security hole, but only
# if you also use "actions/checkout" in your job.
# Since we're not using "actions/checkout", then using "pull_request_target"
# is completely safe.
# zizmor: ignore[dangerous-triggers]
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1