Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cascading] from release/11.1.0-rc to main #2084

Merged
merged 4 commits into from
Aug 23, 2024

Conversation

otter-cascading[bot]
Copy link
Contributor

Cascading from release/11.1.0-rc to main

The configuration requests the cascading to bypass reviewer in case of CI success.
To not bypass the reviewing process, please check the following checkbox:

  • 🚫 stop reviewing process bypass for this Pull Request

This Pull Request has been generated with ❤️ by the Otter cascading tool.

fpaul-1A and others added 4 commits August 21, 2024 14:40
## Proposed change

With the current implementation of migration-scripts, all the changes
need to be documented at project level.
This is not very convenient when the changes happen in a library that
the project depends on.

The proposal is to add a script to aggregate all the changes from the
project + those of the libraries in the migration scripts that will be
used for metadata-check and CMS updates

## Related issues

- 🐛 Fixes #(issue)
- 🚀 Feature #(issue)

<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
<!--
{"currentBranch":"release/11.0","targetBranch":"release/11.1.0-rc","bypassReviewers":false,"isConflicting":false}
-->

## Cascading from release/11.0 to release/11.1.0-rc





---

:heavy_exclamation_mark: The pull request is conflicting with the target
branch.
You can fix the issue locally with the following commands:

<details open>
  <summary>Using <b>gh CLI</b></summary>

  ```shell
  gh pr checkout 2082
  git pull --ff origin release/11.1.0-rc
  ```

  and update this Pull Request with

  ```shell
  gh pr push 2082
  ```
</details>

<details>
  <summary>Using <b>git</b> only</summary>

  ```shell
  git fetch origin
  git checkout origin/cascading/11.0.0-11.1.0-rc
  git pull --ff origin release/11.1.0-rc
  ```

  and update this Pull Request with

  ```shell
  git push origin HEAD:cascading/11.0.0-11.1.0-rc
  ```
</details>



---

<small>This Pull Request has been generated with :heart: by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
@otter-cascading otter-cascading bot requested a review from a team as a code owner August 23, 2024 06:35
@otter-cascading otter-cascading bot added the cascading Cascading from previous release label Aug 23, 2024
@matthieu-crouzet matthieu-crouzet added this pull request to the merge queue Aug 23, 2024
Merged via the queue into main with commit e48e4a2 Aug 23, 2024
47 checks passed
@matthieu-crouzet matthieu-crouzet deleted the cascading/11.1.0-rc-main branch August 23, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cascading Cascading from previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants