Fix issue template formatting for platform EOL check.
Austin S. Hemmelgarn committed
Mar 7, 2023 at 17:05 UTC
2d313f50012b2ac18fba6e9d424654b56445b964
1 file changed
+5
-9
.github/workflows/platform-eol-check.yml
+5
-9
@@ -102,13 +102,9 @@ jobs:
102
labels: area/packaging, needs triage
103
title: ${{ steps.title.outputs.title }}
104
body: |
105
- Based on information from https://endoflife.date/${{ matrix.distro }},
106
- upstream support for ${{ matrix.full_name }} will be ending
107
- on ${{ steps.check.outputs.date }}. A PR should be created
108
- to remove this platform from our platform support document,
109
- CI, and packaging code.
105
+ 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.
106
111
- - [ ]: Remove platform from `packaging/PLATFORM_SUPPORT.md`
112
- - [ ]: Remove platform from `.github/data/distros.yml`
113
- - [ ]: Remove platform package builder from helper-images repo (if applicable).
114
- - [ ]: Verify any other platform support code that needs to be cleaned up.
107
+ - [ ] Remove platform from `packaging/PLATFORM_SUPPORT.md`
108
+ - [ ] Remove platform from `.github/data/distros.yml`
109
+ - [ ] Remove platform package builder from helper-images repo (if applicable).
110
+ - [ ] Verify any other platform support code that needs to be cleaned up.