mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-28 20:09:14 +08:00
Enhance the mergeability: add status checker about the protected branch (#4871)
This commit is contained in:
@@ -32,4 +32,9 @@ github:
|
||||
rebase: true
|
||||
protected_branches:
|
||||
master: {}
|
||||
develop: {}
|
||||
develop:
|
||||
required_status_checks:
|
||||
contexts:
|
||||
- misspell-check
|
||||
- check-license
|
||||
- maven-compile (ubuntu-18.04, JDK-8)
|
||||
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
branches: [master, develop]
|
||||
jobs:
|
||||
java_build:
|
||||
name: "compile (${{ matrix.os }}, JDK-${{ matrix.jdk }})"
|
||||
name: "maven-compile (${{ matrix.os }}, JDK-${{ matrix.jdk }})"
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
@@ -25,7 +25,6 @@ on:
|
||||
jobs:
|
||||
check-license:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check License Header
|
||||
|
||||
Reference in New Issue
Block a user