mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Added deprecation warnings.
This commit is contained in:
4
.github/workflows/BuildTheDocs.yml
vendored
4
.github/workflows/BuildTheDocs.yml
vendored
@@ -37,8 +37,8 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: '❗ Deprecation message'
|
- name: ⚠️ Deprecation Warning
|
||||||
run: printf "::warning title=%s::%s\n" "Deprecated" "'BuildTheDocs.yml' is not maintained anymore. Please switch to 'SphinxDocumentation.yml', 'LaTeXDocumentation.yml' and 'ExtractConfiguration.yml'."
|
run: printf "::warning title=%s::%s\n" "Deprecated" "'BuildTheDocs.yml' template is deprecated. Please switch to 'SphinxDocumentation.yml'. See https://pytooling.github.io/Actions/JobTemplate/Documentation/SphinxDocumentation.html"
|
||||||
|
|
||||||
- name: ⏬ Checkout repository
|
- name: ⏬ Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
4
.github/workflows/CoverageCollection.yml
vendored
4
.github/workflows/CoverageCollection.yml
vendored
@@ -71,8 +71,8 @@ jobs:
|
|||||||
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"
|
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: '❗ Deprecation message'
|
- name: ⚠️ Deprecation Warning
|
||||||
run: printf "::warning title=%s::%s\n" "Deprecated" "'CoverageCollection.yml' is not maintained anymore. Please switch to 'UnitTesting.yml', 'PublishCoverageResults.yml' and 'PublishTestResults.yml'."
|
run: printf "::warning title=%s::%s\n" "Deprecated" "'CoverageCollection.yml' template is deprecated. Please switch to 'PublishReleaseNotes.yml'. See https://pytooling.github.io/Actions/JobTemplate/Testing/UnitTesting.html"
|
||||||
|
|
||||||
- name: ⏬ Checkout repository
|
- name: ⏬ Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
3
.github/workflows/NightlyRelease.yml
vendored
3
.github/workflows/NightlyRelease.yml
vendored
@@ -100,6 +100,9 @@ jobs:
|
|||||||
# attestations: write
|
# attestations: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: ⚠️ Deprecation Warning
|
||||||
|
run: printf "::warning title=%s::%s\n" "NightlyRelease" "'NightlyRelease.yml' template is deprecated. Please switch to 'PublishReleaseNotes.yml'. See https://pytooling.github.io/Actions/JobTemplate/Release/PublishReleaseNotes.html"
|
||||||
|
|
||||||
- name: ⏬ Checkout repository
|
- name: ⏬ Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.. _JOBTMPL/CodeCoverage:
|
.. _JOBTMPL/CoverageCollection:
|
||||||
|
|
||||||
CoverageCollection
|
CoverageCollection
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -72,6 +72,6 @@
|
|||||||
|
|
||||||
.. rubric:: :ref:`JOBTMPL/Deprecated`
|
.. rubric:: :ref:`JOBTMPL/Deprecated`
|
||||||
|
|
||||||
* :ref:`JOBTMPL/CodeCoverage`
|
* :ref:`JOBTMPL/CoverageCollection`
|
||||||
* :ref:`JOBTMPL/NightlyRelease`
|
* :ref:`JOBTMPL/NightlyRelease`
|
||||||
* :ref:`JOBTMPL/BuildTheDocs`
|
* :ref:`JOBTMPL/BuildTheDocs`
|
||||||
|
|||||||
Reference in New Issue
Block a user