Skip to content

Commit

Permalink
Add backport GH action
Browse files Browse the repository at this point in the history
Allows to automatically create backporting PRs after merging
of PRs with appropriate labels

https://github.com/tibdex/backport
  • Loading branch information
tvdeyen committed Aug 15, 2023
1 parent 4687a02 commit 239dc6e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Backport

on:
push:
branches:
- main

jobs:
Backport:
runs-on: ubuntu-latest
steps:
- uses: tibdex/backport@v1.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 239dc6e

Please sign in to comment.