Skip to content

Commit becf402

Browse files
committed
ci(action): Don't block merges during first and second RC of major releases
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 050d6d1 commit becf402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/block-merge-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454

5555
- name: Run check
5656
if: ${{ env.server_ref != '' }}
57-
run: cat version.php | grep 'OC_VersionString' | grep -i -v 'RC'
57+
run: cat version.php | grep 'OC_VersionString' | grep -i -v -E '(\.0 RC[3-9]|\.[1-9][0-9]* RC)'

0 commit comments

Comments
 (0)