Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | advanced-issue-labeler: use correct label for env-generator | Mike Yuan | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | ci: fix systemd-machined component name | Frantisek Sumsal | 2024-04-20 | 1 | -1/+1 |
| | | | | Follow-up for d762f4d52d31c8eb6a6a7e517f107dfe8d443ee8. | ||||
* | Replaced "machined" label with "machine" #32373 | Sarvajith Adyanthaya | 2024-04-20 | 1 | -2/+2 |
| | |||||
* | labeler: merge "logind" label into "login" | Frantisek Sumsal | 2024-04-19 | 1 | -1/+1 |
| | | | | | | Existing issues/PRs were migrated to the login label using: $ gh search issues --repo systemd/systemd --label logind --limit=1000 --json number -q .[].number | \ xargs gh issue edit --add-label login --remove-label logind | ||||
* | github: add systemd-vmspawn to the issue templates | Kristian Klausen | 2024-04-15 | 1 | -0/+3 |
| | |||||
* | Update github issue template to include systemd-dissect | Cornelius Hoffmann | 2023-03-15 | 1 | -0/+3 |
| | |||||
* | ci(issue-labeler): Update to `advanced-issue-labeler@v2` | Jan Macku | 2022-09-07 | 1 | -48/+143 |
| | | | | | | | | The new version of `advanced-issue-labeler` GitHub Action introduces new structure of policy that requires adjustments to systemd issue labeling policy. Changes introduced in v2.0.0 - https://github.com/redhat-plumbers-in-action/advanced-issue-labeler/releases/tag/v2.0.0 | ||||
* | ci(issue-labeler): Add missing policy for `coredump` label | Jan Macku | 2022-09-06 | 1 | -0/+1 |
| | |||||
* | Use correct label for boot related issues | Jan Janssen | 2022-08-13 | 1 | -1/+1 |
| | |||||
* | Add systemd-hwdb to bug/RFE templates | Daan De Meyer | 2022-07-15 | 1 | -1/+1 |
| | |||||
* | github: add more components to issue template | Yu Watanabe | 2022-06-27 | 1 | -8/+8 |
| | |||||
* | github: Update issue templates to issue forms | Jan Macku | 2022-06-23 | 1 | -0/+50 |
Issue forms templates allow us to add automation in place. This patch replaces old markdown issue templates with new issue forms. It also adds workflow to automatically mark issues by component label based on reported data. This change could help with initial triaging of issues. |