signal-desktop/.github/workflows/notes.yml

27 lines
720 B
YAML
Raw Normal View History

2023-01-03 19:55:46 +00:00
# Copyright 2021 Signal Messenger, LLC
2022-11-30 20:40:45 +00:00
# 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: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.AUTOMATED_GITHUB_PAT }}
repository: signalapp/Signal-Notes-Action-Private
path: ./.github/actions/note
- name: Run action
uses: ./.github/actions/note
with:
token: ${{ secrets.AUTOMATED_GITHUB_PAT }}
git-email: note-bot@signal.org
git-name: Note Bot