Skip to content

Abstract run_in_docker to a utility function #204

Abstract run_in_docker to a utility function

Abstract run_in_docker to a utility function #204

Workflow file for this run

name: No Merge
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
do-not-merge:
runs-on: ubuntu-latest
steps:
- name: check labels
uses: mheap/github-action-required-labels@v1
with:
mode: exactly
count: 0
labels: "no merge"