Skip to content

Commit

Permalink
Add Backport Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Sep 7, 2024
1 parent ebf8bc0 commit ec36025
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -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%

0 comments on commit ec36025

Please sign in to comment.