1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Add Backport Usage

This commit is contained in:
Justin Baur 2024-09-06 20:21:58 -04:00
parent ebf8bc0b85
commit ec3602569e
No known key found for this signature in database

22
.github/workflows/backport.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Backport PR to branch
on:
issue_comment:
types: [created]
permissions:
contents: write
issues: write
pull-requests: write
actions: write
jobs:
backport:
# My Draft PR:
uses: bitwarden/gh-actions/.github/workflows/backport-base.yml@d0b8f4e649e45f844ee63787bba39a51ed6c9ff2
with:
pr_description_template: |
Backport of #%source_pr_number% to %target_branch%
/cc %cc_users%
# %source_pr_title%