build(deps): bump sphinx from 8.0.2 to 8.1.3 in /docs #1443
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}. |