mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 15:45:52 +00:00
12 lines
322 B
YAML
12 lines
322 B
YAML
name: On clang-tidy auto fixes merged
|
|
on:
|
|
pull_request:
|
|
types: [closed]
|
|
branches: [develop]
|
|
|
|
jobs:
|
|
on_fix_merge:
|
|
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.labels.*.name == '[CI] clang-tidy auto fixes' }}
|
|
uses: ./.github/workflows/clang-tidy.yml
|
|
secrets: inherit
|