Skip to content

Bump @skyscanner/bpk-foundations-ios from 6.6.0 to 6.6.2 #2484

Bump @skyscanner/bpk-foundations-ios from 6.6.0 to 6.6.2

Bump @skyscanner/bpk-foundations-ios from 6.6.0 to 6.6.2 #2484

Workflow file for this run

name: label-check
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch,dependencies,skip-changelog
repo_token: ${{ secrets.GITHUB_TOKEN }}