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>2022-02-02 00:10:14 +0300
committerdartcafe <github@dartcafe.de>2022-02-02 00:10:14 +0300
commita8eb87c5ced03d5ae42fea7367a507e495f2816e (patch)
tree70efc71109ddd79c0bce5d8db922e4e52512d380 /.github
parentd36c786222188c5f34c33ddb25964cc34608227a (diff)
remove backport action, not used
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
deleted file mode 100644
index 26801ebb..00000000
--- a/.github/workflows/backport.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-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 }}