Skip to content

Commit

Permalink
Add rebase action
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jun 7, 2019
1 parent 9b8f94b commit b0dc27f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/main.workflow
@@ -0,0 +1,9 @@
workflow "Automatic Rebase" {
on = "issue_comment"
resolves = "Rebase"
}

action "Rebase" {
uses = "docker://cirrusactions/rebase:latest"
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit b0dc27f

Please sign in to comment.