Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-02-13 15:01:51 +0300
committerdartcafe <github@dartcafe.de>2021-02-13 15:01:51 +0300
commit6b6a398749f8799cce324283b17499beed5d69c7 (patch)
tree835a1951e1e4cca6ba0f580f01ce451346d32605 /.github
parentea97b54fc8157952018d5306c4eb676ea7134f5b (diff)
use auto-merge
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-merge.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
new file mode 100644
index 00000000..166ef139
--- /dev/null
+++ b/.github/workflows/auto-merge.yml
@@ -0,0 +1,14 @@
+name: auto-merge
+
+on:
+ pull_request:
+
+jobs:
+ auto-merge:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
+ with:
+ target: minor
+ github-token: ${{ secrets.mytoken }}