Skip to content

draft: allow merge without 2-person review #2

draft: allow merge without 2-person review

draft: allow merge without 2-person review #2

on:
pull_request:
branches:
- main
name: Functional test
jobs:
build:
name: Test
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: git fetch origin ${{ github.base_ref }} --depth=1
- id: diff
run: git diff --name-only origin/${{ github.base_ref }} HEAD | grep -e "_test.go" -e "\.md" -e "\.github/" -e "examples/"