Skip to content

Commit

Permalink
merge: #618
Browse files Browse the repository at this point in the history
618: build(deps): Bump zeebe-io/backport-action from 0.0.9 to 1.0.0 r=korthout a=dependabot[bot]

Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.9 to 1.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/zeebe-io/backport-action/releases">zeebe-io/backport-action's releases</a>.</em></p>
<blockquote>
<h2>Backport-action v1.0.0</h2>
<h2>Breaking Changes</h2>
<ul>
<li>deprecated <code>version</code> input is removed <a href="https://github-redirect.dependabot.com/zeebe-io/backport-action/issues/299">#299</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li><code>github_token</code> and <code>github_workspace</code> inputs are no longer required <a href="https://github-redirect.dependabot.com/zeebe-io/backport-action/issues/298">#298</a></li>
<li>git fetch performance is significantly improved <a href="https://github-redirect.dependabot.com/zeebe-io/backport-action/issues/296">#296</a></li>
<li>the repo has moved to <a href="https://github.com/korthout/backport-action">korthout/backport-action</a> <a href="https://github-redirect.dependabot.com/zeebe-io/backport-action/issues/289">#289</a></li>
</ul>
<h2>Usage</h2>
<p>Users are recommended to update their workflow to the new (simpler) <a href="https://github.com/korthout/backport-action#usage">usage</a>.</p>
<pre lang="yaml"><code>- uses: actions/checkout@v3
- uses: korthout/backport-action@v1
</code></pre>
<blockquote>
<p><strong>Note</strong> that <code>fetch-depth: 0</code> is no longer needed for <code>actions/checkout</code> with <code>korthout/backport-action@v1</code></p>
</blockquote>
<h2>Stability</h2>
<p>From this release onwards, the action will respect <a href="https://semver.org/">SemVer</a>. Tags for the major releases (e.g. <a href="https://github.com/korthout/backport-action/releases/tag/v1"><code>v1</code></a>) will be moved along with minor and patch releases.</p>
<p>This release has been battle-tested for ~1 month as <a href="https://github.com/korthout/backport-action/releases/tag/v1-rc1"><code>v1-rc1</code></a>. However, if you find any bugs, please open new <a href="https://github.com/korthout/backport-action/issues">issues</a>, so we can fix them.</p>
<p><strong>Full Changelog</strong>: <a href="https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1.0.0">https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1.0.0</a></p>
<h2>Backport-action 1.0.0-rc1</h2>
<h2>Breaking Changes</h2>
<ul>
<li>Remove deprecated version input by <a href="https://github.com/korthout"><code>`@​korthout</code></a>` in <a href="https://github-redirect.dependabot.com/zeebe-io/backport-action/pull/299">zeebe-io/backport-action#299</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Optimize git fetch-depth by <a href="https://github.com/korthout"><code>`@​korthout</code></a>` in <a href="https://github-redirect.dependabot.com/zeebe-io/backport-action/pull/296">zeebe-io/backport-action#296</a></li>
<li>Default token and workspace by <a href="https://github.com/korthout"><code>`@​korthout</code></a>` in <a href="https://github-redirect.dependabot.com/zeebe-io/backport-action/pull/298">zeebe-io/backport-action#298</a></li>
</ul>
<h2>Other</h2>
<ul>
<li>Update dependencies to latest available</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1-rc1">https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1-rc1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/korthout/backport-action/commit/b42dc402340e77bbf1b09692e3c5ef538e4f7a9c"><code>b42dc40</code></a> docs: remove notice about v1 changes</li>
<li><a href="https://github.com/korthout/backport-action/commit/385372392d36a426e6bf8c56aef1bc63da188308"><code>3853723</code></a> docs: update to v1</li>
<li><a href="https://github.com/korthout/backport-action/commit/cc2d5927e5c1e4c60c27b541728f1559f4d5b8da"><code>cc2d592</code></a> dist: build new version</li>
<li><a href="https://github.com/korthout/backport-action/commit/f09171ec5e2464bf5a42ce1dbd98083059b16c13"><code>f09171e</code></a> fix: move ownership from zeebe-io to korthout</li>
<li><a href="https://github.com/korthout/backport-action/commit/d38dc00d240855397100158bb9e43c661c56e483"><code>d38dc00</code></a> dist: release v1.0.0-rc1</li>
<li><a href="https://github.com/korthout/backport-action/commit/bf3a040e351d173b6218ba3292b0a99460cda0b0"><code>bf3a040</code></a> ci(backport): align with readme example</li>
<li><a href="https://github.com/korthout/backport-action/commit/57dc2c574ef34dd82be11ba8a7fb0607e38c1c7f"><code>57dc2c5</code></a> docs(README): mention backport-action-test</li>
<li><a href="https://github.com/korthout/backport-action/commit/5a271bcd5b64a270412426aa4ff3fc6ac99ba4f2"><code>5a271bc</code></a> docs(README): improve usage example</li>
<li><a href="https://github.com/korthout/backport-action/commit/e88dda9e7371b881be13c8d8dc4b43fb2e946812"><code>e88dda9</code></a> docs(README): mention GitHub Merge Queue</li>
<li><a href="https://github.com/korthout/backport-action/commit/25bf8ca1b5503fa39f4bc45cfadefbe4c6217c07"><code>25bf8ca</code></a> docs(README): improve action description</li>
<li>Additional commits viewable in <a href="https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1.0.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zeebe-io/backport-action&package-manager=github_actions&previous-version=0.0.9&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nico Korthout <nico.korthout@camunda.com>
  • Loading branch information
3 people authored Dec 22, 2022
2 parents f3e4441 + cd599c4 commit 9b542a7
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,9 @@ jobs:
)
steps:
- uses: actions/checkout@v3
with:
# Required to find all branches
fetch-depth: 0
- name: Create backport PRs
# Should be kept in sync with `version`
uses: zeebe-io/backport-action@v0.0.9
uses: korthout/backport-action@v1
with:
# Required
# Version of the backport-action
# Must equal the version in `uses`
# Recommended: latest tag or `master`
version: v0.0.5

# Required
# Token to authenticate requests to GitHub
github_token: ${{ secrets.GITHUB_TOKEN }}

# Required
# Working directory for the backport script
github_workspace: ${{ github.workspace }}

# Optional
# Regex pattern to match github labels
# Must contain a capture group for target branchname
# label_pattern: ^backport ([^ ]+)$

# Optional
# Template used as description in the pull requests created by this action.
# Placeholders can be used to define variable values.
Expand Down

0 comments on commit 9b542a7

Please sign in to comment.