Add backport workflow (#17407)

This commit is contained in:
Marc Paine 2023-09-27 15:25:14 -07:00 committed by GitHub
commit c4f57e0fd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/workflows/backport.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Backport PR to branch
on:
issue_comment:
types: [created]
schedule:
# once a day at 13:00 UTC to cleanup old runs
- cron: '0 13 * * *'
permissions:
contents: write
issues: write
pull-requests: write
actions: write
jobs:
backport:
uses: dotnet/arcade/.github/workflows/backport-base.yml@main