debug backport action

This commit is contained in:
Thomas Waldmann 2025-10-12 16:06:25 +02:00
parent b988f9c3a2
commit 126dc4974a
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -11,6 +11,13 @@ 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