Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ name: Backport merged pull request
on:
pull_request_target:
types: [closed]
workflow_dispatch:
inputs:
pr_number:
description: "PR number to backport"
required: true
type: string
target_branch:
description: "Target branch"
required: true
type: string
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
Expand Down
Loading