Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the actions group in /.github/workflows with 2 updates #1090

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 39 additions & 27 deletions .github/labeler.yml
ejeschke marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -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/**/*
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion .github/workflows/predeps_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down