Skip to content

fix(deps): update module gopkg.in/alecthomas/kingpin.v2 to v2.4.0 #39

fix(deps): update module gopkg.in/alecthomas/kingpin.v2 to v2.4.0

fix(deps): update module gopkg.in/alecthomas/kingpin.v2 to v2.4.0 #39

Workflow file for this run

name: Comment Commands
on: issue_comment
jobs:
backport:
runs-on: ubuntu-22.04
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/backport')
steps:
- name: Extract Command
id: command
uses: xt0rted/slash-command-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
command: backport
reaction: "true"
reaction-type: "eyes"
allow-edits: "false"
permission-level: write
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Open Backport PR
uses: zeebe-io/backport-action@2ee900dc92632adf994f8e437b6d16840fd61f58 # v0.0.9
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}
version: v0.0.4