Skip to content

Commit

Permalink
Add backport action
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored May 20, 2024
1 parent c92e864 commit 8152031
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8152031

Please sign in to comment.