From b5d4f3fa16070610cbbbf32dd24616b53b95c5b5 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Wed, 31 Jul 2024 06:18:47 -0600 Subject: [PATCH] fix(actions): correct typo in cloudinit/config/schemas/ match (#5570) Also drop undesirable former doc-autolabel.yml workflow --- .github/labeler.yml | 4 ++-- .github/workflows/doc-autolabel.yml | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 .github/workflows/doc-autolabel.yml diff --git a/.github/labeler.yml b/.github/labeler.yml index ed6ea52dd22..eaf08134c34 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,5 +3,5 @@ documentation: - changed-files: - any-glob-to-any-file: - 'doc/*' - - 'cloudinit/config/schema/*' - - base-branch: 'main' + - 'cloudinit/config/schemas/*' + - base-branch: ['main'] diff --git a/.github/workflows/doc-autolabel.yml b/.github/workflows/doc-autolabel.yml deleted file mode 100644 index 54c065bdc6f..00000000000 --- a/.github/workflows/doc-autolabel.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Label documentation changes automatically -on: -- pull_request_target - -jobs: - triage: - permissions: - contents: read - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v4