-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add skeleton of issue actions * squash: switch erratum to one release only * squash: undo change
- Loading branch information
Showing
5 changed files
with
157 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
issues: | ||
- summary: "Errata respin {{ ERRATUM.respin_count }}" | ||
description: "{{ ERRATUM.srpms }}" | ||
assignee: '{{ ERRATUM.people_assigned_to }}' | ||
type: task | ||
id: errata_task | ||
parent: errata_epic | ||
on_respin: close | ||
|
||
- summary: "Testing ER#{{ ERRATUM.event.id }} {{ ERRATUM.summary }}" | ||
description: "{{ ERRATUM.url }}" | ||
assignee: '{{ ERRATUM.people_assigned_to }}' | ||
type: epic | ||
id: errata_epic | ||
on_respin: keep | ||
|
||
- summary: "Errata filelist check" | ||
description: "Compare errata filelist with a previously released advisory" | ||
assignee: '{{ ERRATUM.people_assigned_to }}' | ||
type: subtask | ||
id: subtask_filelist | ||
parent: errata_task | ||
on_respin: close | ||
|
||
- summary: "SPEC file review" | ||
description: "Review changes made in the SPEC file" | ||
assignee: '{{ ERRATUM.people_assigned_to }}' | ||
type: subtask | ||
id: subtask_spec | ||
parent: errata_task | ||
on_respin: close | ||
|
||
- summary: "rpminspect review" | ||
description: "Review rpminspect results in the CI Dashboard for all builds" | ||
assignee: '{{ ERRATUM.people_assigned_to }}' | ||
type: subtask | ||
id: subtask_rpminspect | ||
parent: errata_task | ||
on_respin: close |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters