Skip to content

Commit fe4457d

Browse files
Create eol-4.2-candidate workflow
1 parent e855551 commit fe4457d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Apply the label to add a comment to Qubes 4.2 issues that are candidates for closure
2+
on:
3+
issues:
4+
types:
5+
- labeled
6+
jobs:
7+
add-comment:
8+
if: github.event.label.name == 'eol-4.2-candidate'
9+
runs-on: ubuntu-latest
10+
permissions:
11+
issues: write
12+
steps:
13+
- name: Create comment
14+
uses: peter-evans/create-or-update-comment@v4
15+
with:
16+
issue-number: ${{ github.event.issue.number }}
17+
body: |
18+
The labels on this issue currently indicate that it affects only Qubes OS 4.2 or earlier. Since [Qubes OS 4.2 has reached end of life (EOL)](https://www.qubes-os.org/news/2026/06/21/qubes-os-4-2-has-reached-end-of-life/), this issue may eventually be closed. If anyone believes that this issue should remain open, please leave a comment saying so. For example, if an issue still affects Qubes OS 4.3, then the comment "Affects 4.3" will suffice.

0 commit comments

Comments
 (0)