Skip to content

Commit

Permalink
Merge pull request #61 from artichoke/do-not-merge
Browse files Browse the repository at this point in the history
Block WIP or unmergeable PRs
  • Loading branch information
lopopolo authored Sep 7, 2020
2 parents 439d2f9 + 202c460 commit 33e67ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/block-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Merge
"on":
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
labels:
name: Labels
runs-on: ubuntu-latest

steps:
- uses: mheap/github-action-required-labels@v1
with:
mode: exactly
count: 0
labels: "S-do-not-merge, S-wip"

0 comments on commit 33e67ae

Please sign in to comment.