feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode. #1247
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: License checker | |
on: | |
push: | |
branches: | |
- 2023 | |
- 2022 | |
- 2021 | |
- 2020 | |
- hoxton | |
- greenwich | |
pull_request: | |
branches: | |
- 2023 | |
- 2022 | |
- 2021 | |
- 2020 | |
- hoxton | |
- greenwich | |
jobs: | |
check-license: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout codes | |
uses: actions/checkout@v4 | |
- name: Check License Header | |
uses: apache/[email protected] |