| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -131,16 +131,6 @@ jobs: | |
| cat $PARTIAL_CHANGELOG | ||
| echo "::endgroup::" | ||
|
|
||
| - name: Create mergeback branch and PR | ||
| if: ${{ steps.check.outputs.exists != 'true' && endsWith(github.ref_name, steps.getVersion.outputs.latest_release_branch) }} | ||
| uses: ./.github/actions/prepare-mergeback-branch | ||
| with: | ||
| base: "${{ env.BASE_BRANCH }}" | ||
| head: "${{ env.HEAD_BRANCH }}" | ||
| branch: "${{ steps.getVersion.outputs.newBranch }}" | ||
| version: "${{ steps.getVersion.outputs.version }}" | ||
| token: "${{ secrets.GITHUB_TOKEN }}" | ||
|
|
||
| - name: Generate token | ||
| uses: actions/create-github-app-token@v2.1.4 | ||
| id: app-token | ||
| Expand All | @@ -161,3 +151,13 @@ jobs: | |
| --latest=false \ | ||
| --title "$VERSION" \ | ||
| --notes-file "$PARTIAL_CHANGELOG" | ||
|
|
||
| - name: Create mergeback branch and PR | ||
| if: ${{ endsWith(github.ref_name, steps.getVersion.outputs.latest_release_branch) }} | ||
|
Comment thread
Copy link
Copy Markdown
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityI also changed this so that we will try to open the mergeback even if the tag exists. This means we can retry generating the mergeback if this workflow fails, even if the tag is already published.
Sorry, something went wrong.
All reactions
|
||
| uses: ./.github/actions/prepare-mergeback-branch | ||
| with: | ||
| base: "${{ env.BASE_BRANCH }}" | ||
| head: "${{ env.HEAD_BRANCH }}" | ||
| branch: "${{ steps.getVersion.outputs.newBranch }}" | ||
| version: "${{ steps.getVersion.outputs.version }}" | ||
| token: "${{ secrets.GITHUB_TOKEN }}" | ||
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.