summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-03-07 17:05:02 -0500
committerGitHub <noreply@github.com>2023-03-07 17:05:02 -0500
commit2d313f50012b2ac18fba6e9d424654b56445b964 (patch)
treec521c2a1e7678db3ef6fc76f382618056b85dff3 /.github
parente3c205c81389a0c0be4fbcd163abc4a44a3cb072 (diff)
Fix issue template formatting for platform EOL check.
Diffstat (limited to '.github')
-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.