Skip to content

Bump golang.org/x/time from 0.3.0 to 0.5.0 #89

Bump golang.org/x/time from 0.3.0 to 0.5.0

Bump golang.org/x/time from 0.3.0 to 0.5.0 #89

Workflow file for this run

name: "PR labeler"
on:
pull_request:
branches:
- main
- 7.[0-9][0-9].x
- mq-working-branch-*
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
# currently doesn't work
sync-labels: true