mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-09-20 16:54:15 +01:00
21 lines
533 B
YAML
21 lines
533 B
YAML
# Copyright 2021 Signal Messenger, LLC
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
name: Notes
|
|
on:
|
|
pull_request:
|
|
types: [closed]
|
|
|
|
jobs:
|
|
backport:
|
|
name: Add notes to merge commits
|
|
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }}
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Add notes to merge commits
|
|
uses: signalapp/Signal-Notes-Action-Private@main
|
|
with:
|
|
token: ${{ secrets.AUTOMATED_GITHUB_PAT }}
|
|
git-email: note-bot@signal.org
|
|
git-name: Note Bot
|