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-01-24 15:16:16 +0300
committerdartcafe <github@dartcafe.de>2021-01-31 17:43:27 +0300
commitae27097f8613beffaf74d6778c05919e1ea9e2b6 (patch)
tree68d1bd7d5de4ca1eb53a57c45c9cf3abf27ec053 /.github
parent4dd73c0219938c21638b3865f514bf3a77268bc5 (diff)
adding backport
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
new file mode 100644
index 00000000..26801ebb
--- /dev/null
+++ b/.github/workflows/backport.yml
@@ -0,0 +1,16 @@
+name: Backport
+on:
+ pull_request:
+ types:
+ - closed
+ - labeled
+
+jobs:
+ backport:
+ runs-on: ubuntu-18.04
+ name: Backport
+ steps:
+ - name: Backport
+ uses: tibdex/backport@v1
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}