From 571d2cb7d5fc4d2292110a6d29ecdd6018ff974e Mon Sep 17 00:00:00 2001 From: Adams Pierre David <57180807+adamspd@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:28:18 +0100 Subject: [PATCH 1/2] Testing labeler --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 075d9e0..65ccb29 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -10,7 +10,7 @@ on: [ pull_request_target ] jobs: label: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: contents: read pull-requests: write From 8c9e77d70c61900d45ebfe63dd1e9ccc104423b3 Mon Sep 17 00:00:00 2001 From: Adams Pierre David <57180807+adamspd@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:36:54 +0100 Subject: [PATCH 2/2] Update labeler.yml with existing label --- .github/labeler.yml | 77 ++++++++++----------------------------------- 1 file changed, 17 insertions(+), 60 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 73974aa..8201d6d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -7,69 +7,26 @@ documentation: - SECURITY.md - docs/**/* -admin-interface: - - appointment/admin.py - - appointment/templates/administration/**/* - - appointment/views_admin.py - -user-interface: - - appointment/templates/**/* - - appointment/static/css/**/* - - appointment/static/js/**/* - - appointment/static/img/**/* - -models: - - appointment/models.py - - appointment/tests/models/**/* - -views: - - appointment/views.py - - appointment/tests/test_views.py - -forms: - - appointment/forms.py - -tests: - - appointment/tests/**/* - - appointment/mixins/**/* - - appointment/utils/test_*.py - -settings-config: - - appointment/settings.py - - appointment/utils/settings_helpers.py - -email-functionality: - - appointment/email_sender/**/* - -static-files: - - appointment/static/**/* - -utils: - - appointment/utils/**/* - - appointment/decorators.py - - appointment/logger_config.py - - appointment/messages_.py - -urls: - - appointment/urls.py - -services: - - appointment/services.py - -asgi-wsgi: - - appointments/asgi.py - - appointments/wsgi.py +dependencies: + - requirements.txt -django-settings: +enhancements: + # Paths from 'documentation' + - CODE_OF_CONDUCT.md + - CONTRIBUTING.md + - LICENSE + - MANIFEST.in + - README.md + - SECURITY.md + - docs/**/* + # Paths from 'dependencies' + - requirements.txt + # Additional paths for 'enhancements' + - appointment/**/* - appointments/settings.py - appointments/urls.py - pyproject.toml - - requirements.txt + - check_version.py - setup.cfg - setup.py - -python-config: - - check_version.py - -migration-guides: - - docs/migration_guides/**/* + - .github/**/*