Skip to content

Enable UI for none auth #126

Enable UI for none auth

Enable UI for none auth #126

Workflow file for this run

name: Check Version
on:
pull_request:
types: [opened, reopened, edited, labeled, unlabeled, synchronize]
jobs:
check-version:
name: "check version"
runs-on: ubuntu-latest
if: |
!contains(github.event.pull_request.labels.*.name, 'skip:version')
steps:
- uses: actions/checkout@v3
- name: Check that VERSION has been modified
run: |
git fetch origin ${{ github.base_ref }} --depth 1 && \
git diff remotes/origin/${{ github.base_ref }} --name-only | grep VERSION