From 3ea23a25c30914b0855e2b6657c6a15295024742 Mon Sep 17 00:00:00 2001 From: Esteban Ricardo Mirizio Date: Wed, 21 Dec 2022 04:14:26 -0300 Subject: [PATCH] Sync automation to release-4.3 (#4514) Add Sync automation for tyk :robot: Beep, boop, this PR has been generated by [automation](https://github.com/TykTechnologies/gromit/blob/master/cmd/policy.go) on Thu Dec 8 21:10:59 UTC 2022 because commits on `master` need to be propagated to the branches `[release-4 release-4.3]` as per the current repository policy. ## Policy for tyk Commits affecting these files will be ported as listed below. ### Ports | Source branch | Destination branches | |---------------|----------------------| master | [release-4 release-4.3] | Thank you for reading this far. Since this PR is generated by automation, if there are inconsistencies in the information provided above, they are bugs and merging this PR will probably do some damage. Please log a jira in the TD project citing this PR. Co-authored-by: Gromit --- .github/workflows/sync-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-automation.yml b/.github/workflows/sync-automation.yml index 82c682c6afa..ea78f91c2f0 100644 --- a/.github/workflows/sync-automation.yml +++ b/.github/workflows/sync-automation.yml @@ -22,7 +22,7 @@ jobs: matrix: branch: - release-4 - - release-4.2 + - release-4.3 steps: - uses: actions/checkout@v3