Add a new github action

This commit is contained in:
Fedor Indutny 2022-11-30 12:40:45 -08:00 committed by GitHub
parent d1b505d580
commit b7058c2b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
.github/workflows/notes.yml vendored Normal file
View file

@ -0,0 +1,26 @@
# Copyright 2021-2022 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: 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