This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Bump github.com/spf13/pflag from 1.0.9 to 1.0.10 in the golang group #27
Workflow file for this run
This file contains hidden or 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: Label pull request | |
| on: | |
| pull_request_target: | |
| branches: | |
| - main | |
| jobs: | |
| labeler: | |
| name: Apply labels | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/labeler@v5 | |
| with: | |
| sync-labels: true |