Skip to content

SNOW-3765936: bump google-cloud-storage from 2.44.1 to 2.69.0 #1359

SNOW-3765936: bump google-cloud-storage from 2.44.1 to 2.69.0

SNOW-3765936: bump google-cloud-storage from 2.44.1 to 2.69.0 #1359

Workflow file for this run

name: Changelog Check
permissions:
contents: read
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches:
- master
jobs:
check_change_log:
runs-on: ubuntu-latest
if: ${{!contains(github.event.pull_request.labels.*.name, 'NO-CHANGELOG-UPDATES')}}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Ensure CHANGELOG.md is updated
run: git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep -wq "CHANGELOG.md"