From 5af40ef290aaca66902516c0c693a3346682408d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 04:49:03 +0000 Subject: [PATCH 1/2] Bump the actions group in /.github/workflows with 2 updates Bumps the actions group in /.github/workflows with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/labeler](https://github.com/actions/labeler). Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) Updates `actions/labeler` from 4 to 5 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_workflows.yml | 4 ++-- .github/workflows/open_actions.yml | 2 +- .github/workflows/predeps_workflow.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 5c6c500eb..612986997 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -75,7 +75,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install Python dependencies @@ -93,7 +93,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Install and build diff --git a/.github/workflows/open_actions.yml b/.github/workflows/open_actions.yml index 89b395c29..c38f60d26 100644 --- a/.github/workflows/open_actions.yml +++ b/.github/workflows/open_actions.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Label PR - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/predeps_workflow.yml b/.github/workflows/predeps_workflow.yml index 30f7eb561..2b2dea5b5 100644 --- a/.github/workflows/predeps_workflow.yml +++ b/.github/workflows/predeps_workflow.yml @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install Python dependencies From 617ec6a9fc6032574f0138855af4633f6cd84a83 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:49:45 -0500 Subject: [PATCH 2/2] Update labeler rules syntax [ci skip] --- .github/labeler.yml | 66 ++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1b06746b6..078ac7170 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,36 +1,48 @@ documentation: - - .readthedocs.yml - - CITATION - - doc/**/* - - ginga/doc/* - - licenses/* - - '*.md' - - '*.txt' - - any: ['*.rst', '!CHANGES.rst'] +- changed-files: + - any-glob-to-any-file: + - .readthedocs.yml + - CITATION + - doc/**/* + - ginga/doc/* + - licenses/* + - '*.md' + - '*.txt' + - all-globs-to-any-file: + - '*.rst' + - '!CHANGES.rst' maintenance: - - .bandit.yaml - - .github/**/* - - .gitignore - - conftest.py - - MANIFEST.in - - pyproject.toml - - setup.* +- changed-files: + - any-glob-to-any-file: + - .bandit.yaml + - .github/**/* + - .gitignore + - conftest.py + - MANIFEST.in + - pyproject.toml + - setup.* plugin: - - doc/manual/plugins.rst - - doc/manual/plugins_global/**/* - - doc/manual/plugins_local/**/* - - experimental/plugins/* - - ginga/rv/plugins/* +- changed-files: + - any-glob-to-any-file: + - doc/manual/plugins.rst + - doc/manual/plugins_global/**/* + - doc/manual/plugins_local/**/* + - experimental/plugins/* + - ginga/rv/plugins/* reference viewer: - - ginga/rv/**/* +- changed-files: + - any-glob-to-any-file: + - ginga/rv/**/* widget: - - doc/dev_manual/jupnotebooks.rst - - ginga/aggw/**/* - - ginga/gtk3w/**/* - - ginga/gw/**/* - - ginga/qtw/**/* - - ginga/web/**/* +- changed-files: + - any-glob-to-any-file: + - doc/dev_manual/jupnotebooks.rst + - ginga/aggw/**/* + - ginga/gtk3w/**/* + - ginga/gw/**/* + - ginga/qtw/**/* + - ginga/web/**/*