Files
Desktop/.github/workflows/backport.yml
dependabot[bot] 11c4247ed7 Update github action versions
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fedor Indutny <indutny@signal.org>
2025-10-15 13:08:12 -07:00

29 lines
869 B
YAML

# Copyright 2021 Signal Messenger, LLC
# SPDX-License-Identifier: AGPL-3.0-only
name: Backport
on:
issue_comment:
types: [created]
pull_request:
types: [opened, labeled, unlabeled, closed]
jobs:
backport:
name: Apply labels and open backport pull requests
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
token: ${{ secrets.AUTOMATED_GITHUB_PAT }}
repository: signalapp/Signal-Backport-Action-Private
path: ./.github/actions/backport
- name: Run action
uses: ./.github/actions/backport
with:
token: ${{ secrets.AUTOMATED_GITHUB_PAT }}
git-email: backport-bot@signal.org
git-name: Backport Bot