Browse Source

ci: add conflict-review-body for pr ci

pull/30365/head
xrkffgg 4 years ago
committed by GitHub
parent
commit
15226107cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/pr-check-ci.yml

3
.github/workflows/pr-check-ci.yml

@ -9,13 +9,14 @@ jobs:
pr-check-ci:
runs-on: ubuntu-latest
steps:
- uses: actions-cool/check-pr-ci@v1.2.2
- uses: actions-cool/check-pr-ci@v1.3.0
with:
filter-label: 'BranchAutoMerge'
filter-creator-authority: 'write'
filter-head-ref: 'master, feature, master-merge-feature, feature-merge-master'
filter-support-fork: false
skip-run-names: 'deploy preview, pr-check-ci, build preview failed'
conflict-review-body: '😅 This branch has conflicts that must be resolved!'
success-review: true
success-merge: true
merge-method: 'merge'

Loading…
Cancel
Save