summaryrefslogtreecommitdiffstats
path: root/node_modules/is-callable/.github/main.workflow
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-callable/.github/main.workflow')
-rw-r--r--node_modules/is-callable/.github/main.workflow14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/is-callable/.github/main.workflow b/node_modules/is-callable/.github/main.workflow
deleted file mode 100644
index 0494481..0000000
--- a/node_modules/is-callable/.github/main.workflow
+++ /dev/null
@@ -1,14 +0,0 @@
-workflow "Autorebase branch on merge commits" {
- on = "push"
- resolves = ["rebase"]
-}
-
-workflow "Autorebase PR on merge commits" {
- on = "pull_request"
- resolves = ["rebase"]
-}
-
- action "rebase" {
- uses = "ljharb/rebase@latest"
- secrets = ["GITHUB_TOKEN"]
-}