summaryrefslogtreecommitdiffstats
path: root/.github/advanced-issue-labeler.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* advanced-issue-labeler: use correct label for env-generatorMike Yuan2024-08-021-1/+1
|
* ci: fix systemd-machined component nameFrantisek Sumsal2024-04-201-1/+1
| | | | Follow-up for d762f4d52d31c8eb6a6a7e517f107dfe8d443ee8.
* Replaced "machined" label with "machine" #32373Sarvajith Adyanthaya2024-04-201-2/+2
|
* labeler: merge "logind" label into "login"Frantisek Sumsal2024-04-191-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 templatesKristian Klausen2024-04-151-0/+3
|
* Update github issue template to include systemd-dissectCornelius Hoffmann2023-03-151-0/+3
|
* ci(issue-labeler): Update to `advanced-issue-labeler@v2`Jan Macku2022-09-071-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` labelJan Macku2022-09-061-0/+1
|
* Use correct label for boot related issuesJan Janssen2022-08-131-1/+1
|
* Add systemd-hwdb to bug/RFE templatesDaan De Meyer2022-07-151-1/+1
|
* github: add more components to issue templateYu Watanabe2022-06-271-8/+8
|
* github: Update issue templates to issue formsJan Macku2022-06-231-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.