From e44472e5a24946b653b7d5cf4b5cf2d8a9fbfb9b Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 11 Feb 2024 22:01:42 +1000 Subject: [PATCH 1/2] Update labeler.yml --- .github/labeler.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3997662..3e80754 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,11 +1,17 @@ documentation: - - docs/**/* + - changed-files: + - any-glob-to-any-file: + - docs/** dependencies: - - requirements.txt - - requirements-dev.txt - - pyproject.toml - - MANIFEST.in + - changed-files: + - any-glob-to-any-file: + - requirements.txt + - requirements-dev.txt + - pyproject.toml + - MANIFEST.in tests: - - tests/**/* + - changed-files: + - any-glob-to-any-file: + - tests/**/* From faf3c43c6e533fab26031c4e8a7885f2ebed8ebb Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 11 Feb 2024 22:03:16 +1000 Subject: [PATCH 2/2] Update labeler.yml --- .github/workflows/labeler.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 78accac..7262baf 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,11 +11,12 @@ concurrency: jobs: label: + name: "Label Pull Request" + runs-on: ubuntu-latest + permissions: contents: read pull-requests: write - runs-on: ubuntu-latest + steps: - uses: actions/labeler@v5 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"