Skip to content

Commit

Permalink
ci(mergify): Update policy - Drop LGTM checks
Browse files Browse the repository at this point in the history
rhel-only

Related: #2122499
  • Loading branch information
jamacku committed Sep 26, 2022
1 parent 9385879 commit 3d7bf8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:

jobs:
lint:
name: Differential ShellCheck
runs-on: ubuntu-latest

permissions:
Expand Down
28 changes: 8 additions & 20 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@ pull_request_rules:
- -check-success=build (stream8, GCC_ASAN)
# CentOS Stream CI
- -check-success=CentOS CI (CentOS Stream 8)
# LGTM
- and:
- "-check-success=LGTM analysis: JavaScript"
- "-check-neutral=LGTM analysis: JavaScript"
- and:
- "-check-success=LGTM analysis: Python"
- "-check-neutral=LGTM analysis: Python"
- and:
- "-check-success=LGTM analysis: C/C++"
- "-check-neutral=LGTM analysis: C/C++"
# CodeQL
- -check-success=CodeQL
# Other
- -check-success=Differential ShellCheck
actions:
label:
add:
Expand All @@ -36,16 +30,10 @@ pull_request_rules:
- check-success=build (stream8, GCC_ASAN)
# CentOS Stream CI
- check-success=CentOS CI (CentOS Stream 8)
# LGTM
- or:
- "check-success=LGTM analysis: JavaScript"
- "check-neutral=LGTM analysis: JavaScript"
- or:
- "check-success=LGTM analysis: Python"
- "check-neutral=LGTM analysis: Python"
- or:
- "check-success=LGTM analysis: C/C++"
- "check-neutral=LGTM analysis: C/C++"
# CodeQL
- check-success=CodeQL
# Other
- check-success=Differential ShellCheck
actions:
label:
remove:
Expand Down

0 comments on commit 3d7bf8e

Please sign in to comment.