Skip to content

Commit

Permalink
Try to add backport bot"
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 6, 2025
1 parent 51486a9 commit 8bd218b
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
on:
pull_request_target:
types:
- closed

jobs:
backport:
runs-on: ubuntu-latest
name: Backport
steps:
- name: Backport Bot
id: backport
uses: m-kuhn/[email protected]
with:
github_token: ${{ github.token }}
add_labels: 'backport'

0 comments on commit 8bd218b

Please sign in to comment.