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