Skip to content

Commit 79fa8ba

Browse files
authored
[meta] attempt to add an autorebase Github action
1 parent 1f7d08f commit 79fa8ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/autorebase.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "Autorebase on merge commits" {
2+
on = "push"
3+
resolves = ["docker://ljharb/rebase:latest"]
4+
}
5+
6+
action "docker://ljharb/rebase:latest" {
7+
uses = "docker://ljharb/rebase:latest"
8+
secrets = ["GITHUB_TOKEN"]
9+
}

0 commit comments

Comments
 (0)