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/**/* 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