chore(deps): bump kumahq/kuma-gui to 2e660c1f6b5c01a72625170caa77a02b4611c40c #8578
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: backport | |
on: | |
pull_request_target: | |
types: [labeled, closed] | |
permissions: | |
contents: read | |
jobs: | |
maybe-backport: | |
uses: kumahq/.github/.github/workflows/wfc_backport.yml@main | |
permissions: | |
contents: read | |
pull-requests: write | |
secrets: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.APP_PRIVATE_KEY }} |