Skip to content

Commit 930a2b8

Browse files
Block merges in graphite-base/*.
1 parent 37db943 commit 930a2b8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Block Merges into graphite-base/*
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
branches:
7+
- 'graphite-base/**'
8+
9+
jobs:
10+
block-merge:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Fail the PR to block merges
14+
run: |
15+
echo "Merges into graphite-base/* are not allowed."
16+
exit 1

0 commit comments

Comments
 (0)