backport action: remove debugging step
Some checks failed
Lint / lint (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / security (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
CI / linux (ubuntu-22.04, 3.10, mypy) (push) Has been cancelled
CI / linux (ubuntu-22.04, 3.10, py310-fuse2) (push) Has been cancelled
CI / linux (ubuntu-22.04, 3.11, docs) (push) Has been cancelled
CI / linux (ubuntu-22.04, 3.11, py311-fuse3) (push) Has been cancelled
CI / linux (ubuntu-24.04, 3.12, py312-fuse3) (push) Has been cancelled
CI / linux (ubuntu-24.04, 3.13, py313-fuse3) (push) Has been cancelled
CI / linux (ubuntu-24.04, 3.14, py314-fuse3) (push) Has been cancelled
CI / macOS (macos-14, 3.11, py311-none) (push) Has been cancelled
CI / windows (push) Has been cancelled

This commit is contained in:
Thomas Waldmann 2025-10-12 16:24:36 +02:00
parent e4e62c964d
commit f401ca00f9
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -11,13 +11,6 @@ permissions:
pull-requests: write # so it can create pull requests
jobs:
debug:
name: Debug
runs-on: ubuntu-24.04
if: github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '/backport')
steps:
- name: Dump event
run: echo '${{ toJSON(github.event) }}'
backport:
name: Backport pull request
runs-on: ubuntu-24.04