build(deps): bump docker/login-action from 5f4866a30a54f16a52d2ecb4a3898e9e424939cf to 0d4c9c5ea7693da7b068278f7b52bda2a190a446 #24
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: [closed, labeled] | |
permissions: | |
contents: write # so it can comment | |
pull-requests: write # so it can create pull requests | |
jobs: | |
backport: | |
name: Backport Pull Request | |
if: github.repository_owner == 'freifunk-gluon' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name)) | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Create backport PRs | |
uses: korthout/[email protected] | |
with: | |
# Config README: https://github.com/korthout/backport-action#backport-action | |
pull_description: |- | |
Automatic backport to `${target_branch}`, triggered by a label in #${pull_number}. |