We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7d08f commit 79fa8baCopy full SHA for 79fa8ba
.github/autorebase.workflow
@@ -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