build(deps): bump github.com/livepeer/go-tools from 0.0.0-20220805063103-76df6beb6506 to 0.3.7 #14
This file contains 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 PRs | |
on: | |
pull_request_target: | |
types: [opened, reopened] | |
jobs: | |
label_pull_requests: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/labeler@v5 |