From 86365cb59a01e75fc6b7ab6e290fdcf40399aab1 Mon Sep 17 00:00:00 2001 From: Thierry Michel Philippe Kleist Date: Thu, 11 Jul 2019 20:48:56 +0200 Subject: [PATCH 1/2] addition --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 038d718..2880fa5 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,3 @@ testing + +test1 From 7530c4a427986693846a81124053f588958616a0 Mon Sep 17 00:00:00 2001 From: Thierry Michel Philippe Kleist Date: Thu, 11 Jul 2019 20:54:27 +0200 Subject: [PATCH 2/2] a --- .github/main.workflow | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000..3cb06b7 --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +workflow "Approve Dependabot" { + on = "pull_request" + resolves = ["afewyards/rebase-merge-after-checks-action"] +} + +action "afewyards/rebase-merge-after-checks-action" { + uses = "afewyards/rebase-merge-after-checks-action@master" + secrets = ["GITHUB_TOKEN"] +}