Skip to content

Commit

Permalink
[cascading] from release/11.4.0-rc to main (#2399)
Browse files Browse the repository at this point in the history
<!--
{"currentBranch":"release/11.4.0-rc","targetBranch":"main","bypassReviewers":true,"isConflicting":false}
-->

## Cascading from release/11.4.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:

- [ ] <!-- !cancel bypass! --> 🚫 stop reviewing process
bypass for this Pull Request

---

<small>This Pull Request has been generated with ❤️ by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
  • Loading branch information
matthieu-crouzet authored Nov 4, 2024
2 parents cc516a3 + 57d295f commit e45d060
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
contents: write
runs-on: <%= runner %>
outputs:
nextVersionTag: ${{ steps.new-version.outputs.nextVersionTag }}
nextVersionTag: ${{ steps.newVersion.outputs.nextVersionTag }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: New version
if: github.event_name != 'merge_group'
id: new-version
id: newVersion
uses: AmadeusITGroup/otter/tools/github-actions/new-version@<%= actionVersionString %>
with:
defaultBranch: ${{ env.DEFAULT_BRANCH }}
Expand Down

0 comments on commit e45d060

Please sign in to comment.