summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-10-28 21:22:14 +0200
committerGitHub <noreply@github.com>2021-10-28 20:22:14 +0100
commit50341b0cd8c5acba28ad63c9d1ff29ec3d66c173 (patch)
tree10e2cce5f00018d152178e4eef386b704fcb7343 /.github
parent0347bd401951eff34b257ee5407f6f9470bb0788 (diff)
build(deps): bump zeebe-io/backport-action from 0.0.5 to 0.0.6 (#140848)
* build(deps): bump zeebe-io/backport-action from 0.0.5 to 0.0.6 Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/backport.yml * Update .github/workflows/backport.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Domen Kožar <domen@enlambda.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 0e3f315bb0de..7b5a3ad0f07a 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -10,18 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
- # required to find all branches
- fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs
- # should be kept in sync with `version`
- uses: zeebe-io/backport-action@v0.0.5
+ uses: zeebe-io/backport-action@v0.0.6
with:
# Config README: https://github.com/zeebe-io/backport-action#backport-action
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}
- # should be kept in sync with `uses`
- version: v0.0.5
pull_description: |-
Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.