Skip to content

[FEATURE] Add option to create an automatic menu #342

[FEATURE] Add option to create an automatic menu

[FEATURE] Add option to create an automatic menu #342

Workflow file for this run

name: "Backport"
on: # yamllint disable-line rule:truthy
pull_request_target:
types: ["labeled", "closed"]
jobs:
backport:
name: "Backport PR"
runs-on: "ubuntu-latest"
if: "${{ github.event.pull_request.merged == true }}"
steps:
- name: "Backport Action"
uses: "sorenlouv/backport-github-action@v9.5.1"
with:
github_token: "${{ secrets.BOT_TOKEN }}"
auto_backport_label_prefix: "auto-backport-to-"
- name: "Info log"
if: "${{ success() }}"
run: "cat /home/runner/.backport/backport.info.log"
- name: "Debug log"
if: "${{ failure() }}"
run: "cat /home/runner/.backport/backport.debug.log"