Skip to content

Commit

Permalink
Merge pull request #284 from georchestra/backport-bot-and-ci
Browse files Browse the repository at this point in the history
Update backport to trigger on closed and automatically merge
  • Loading branch information
landryb authored Jan 19, 2024
2 parents 2f4b50c + 4a993be commit 50ce219
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .backport/.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"autoMerge": true
}
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Automatic backport action

on:
pull_request_target:
types: ["labeled", "closed"]
types: ["closed"]

jobs:
backport:
Expand Down

0 comments on commit 50ce219

Please sign in to comment.