From: David Galloway Date: Thu, 30 Jun 2022 19:06:54 +0000 (-0400) Subject: Revert ".github: Label doc/releases PRs so tibdex/backport@v2 can backport" X-Git-Tag: v18.0.0~593^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46916%2Fhead;p=ceph.git Revert ".github: Label doc/releases PRs so tibdex/backport@v2 can backport" This reverts commit 24e38224350394198c9f873800048d25b8c6548e. Signed-off-by: David Galloway --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 342eb723b380..bf8c4d316833 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 1e95a950af16..000000000000 --- 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 }}"