summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Galloway <dgallowa@redhat.com>2022-06-30 21:06:54 +0200
committerDavid Galloway <dgallowa@redhat.com>2022-06-30 23:20:05 +0200
commitf8357dd6d087e7ad55fe7738c1adc871f649da80 (patch)
tree414ddaa63f124d9aa1d9100141d24bfc907501bc /.github
parentRevert ".github: Support for automatically creating backport PRs when labeled" (diff)
downloadceph-f8357dd6d087e7ad55fe7738c1adc871f649da80.tar.xz
ceph-f8357dd6d087e7ad55fe7738c1adc871f649da80.zip
Revert ".github: Label doc/releases PRs so tibdex/backport@v2 can backport"
This reverts commit 24e38224350394198c9f873800048d25b8c6548e. Signed-off-by: David Galloway <dgallowa@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml9
-rw-r--r--.github/workflows/label-releases-doc-prs.yml21
2 files changed, 0 insertions, 30 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 342eb723b38..bf8c4d31683 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -1,15 +1,6 @@
api-change:
- src/pybind/mgr/dashboard/openapi.yaml
-backport quincy:
- - doc/releases/**
-
-backport pacific:
- - doc/releases/**
-
-backport octopus:
- - doc/releases/**
-
build/ops:
- "**/CMakeLists.txt"
- admin/**
diff --git a/.github/workflows/label-releases-doc-prs.yml b/.github/workflows/label-releases-doc-prs.yml
deleted file mode 100644
index 1e95a950af1..00000000000
--- a/.github/workflows/label-releases-doc-prs.yml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: "Label doc/releases PRs so our backport GitHub Action picks them up"
-
-on:
- pull_request:
- types:
- - closed
- branches:
- - main
- paths:
- - 'doc/releases/**'
-
-jobs:
- if_merged:
- runs-on: ubuntu-latest
- steps:
- - name: Assign labels based on modified files
- uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95
- with:
- sync-labels: ''
- repo-token: "${{ secrets.GITHUB_TOKEN }}"