Skip to content

Bump golang.org/x/tools from 0.11.1 to 0.12.0 #51

Bump golang.org/x/tools from 0.11.1 to 0.12.0

Bump golang.org/x/tools from 0.11.1 to 0.12.0 #51

Workflow file for this run

name: Check Hold
on:
pull_request:
types:
- opened
- labeled
- unlabeled
jobs:
hold:
if: contains(github.event.pull_request.labels.*.name, 'hold')
runs-on: ubuntu-latest
steps:
- name: hold merging for the if PR is on hold
run: |
echo "This PR is currently on hold."
exit 1