Skip to content

Bump com.google.auth:google-auth-library-oauth2-http from 0.25.5 to 1.20.0 #197

Bump com.google.auth:google-auth-library-oauth2-http from 0.25.5 to 1.20.0

Bump com.google.auth:google-auth-library-oauth2-http from 0.25.5 to 1.20.0 #197

Workflow file for this run

---
name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: docker://onsdigital/github-pr-label-checker:v1.2.7
with:
one_of: breaking change,feature,patch
none_of: do not merge,work in progress
repo_token: ${{ secrets.GITHUB_TOKEN }}