Skip to content

Commit

Permalink
Merge branch 'version-4-3' into backport/version-4-3/pr-4001
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Sep 19, 2024
2 parents ed1f1c8 + dae659b commit c158d3a
Show file tree
Hide file tree
Showing 3 changed files with 8,825 additions and 2,090 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/api_format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
name: Format API PR
runs-on: ubuntu-latest
if: |
github.event.pull_request.merged == true
&& contains(github.event.pull_request.labels.*.name, 'api-format')
&& (
(github.event.action == 'labeled' && github.event.label.name == 'api-format')
|| (github.event.action == 'closed')
)
github.event.action == 'labeled'
&& github.event.label.name == 'api-format'
&& github.event.pull_request.draft == false

steps:
- name: Retrieve Credentials
id: import-secrets
Expand Down
Loading

0 comments on commit c158d3a

Please sign in to comment.