summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/platform-eol-check.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/.github/workflows/platform-eol-check.yml b/.github/workflows/platform-eol-check.yml
index ed78e42e56..16f4fc2882 100644
--- a/.github/workflows/platform-eol-check.yml
+++ b/.github/workflows/platform-eol-check.yml
@@ -102,13 +102,9 @@ jobs:
labels: area/packaging, needs triage
title: ${{ steps.title.outputs.title }}
body: |
- Based on information from https://endoflife.date/${{ matrix.distro }},
- upstream support for ${{ matrix.full_name }} will be ending
- on ${{ steps.check.outputs.date }}. A PR should be created
- to remove this platform from our platform support document,
- CI, and packaging code.
+ Based on information from https://endoflife.date/${{ matrix.distro }}, upstream support for ${{ matrix.full_name }} will be ending on ${{ steps.check.outputs.date }}. A PR should be created to remove this platform from our platform support document, CI, and packaging code.
- - [ ]: Remove platform from `packaging/PLATFORM_SUPPORT.md`
- - [ ]: Remove platform from `.github/data/distros.yml`
- - [ ]: Remove platform package builder from helper-images repo (if applicable).
- - [ ]: Verify any other platform support code that needs to be cleaned up.
+ - [ ] Remove platform from `packaging/PLATFORM_SUPPORT.md`
+ - [ ] Remove platform from `.github/data/distros.yml`
+ - [ ] Remove platform package builder from helper-images repo (if applicable).
+ - [ ] Verify any other platform support code that needs to be cleaned up.