Skip to content

[FEATURE] Add functional tests for CommandContext #27

[FEATURE] Add functional tests for CommandContext

[FEATURE] Add functional tests for CommandContext #27

Workflow file for this run

name: Backport
on:
pull_request_target:
types: [closed, labeled]
jobs:
backport:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v 6.0.2
- name: Backport
uses: korthout/backport-action@7c3f6cd5843cac11bc59a04a1b7699af93261670 # v4.5.0
with:
github_token: ${{ secrets.GH_PAT }}