deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3 #317
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Backport labeled PRs after merge | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
build: | |
name: Create backport PRs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Create backport PRs | |
uses: zeebe-io/backport-action@v1.3.1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
github_workspace: ${{ github.workspace }} |