aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/issue-labeller.yml
Commit message (Collapse)AuthorAge
* CI: issue-labeller: fix wrong CRLF line-endingChristian Marangi2023-11-16
| | | | | | | Fix wrong CRLF line-ending in issue-labeller workflow. Fixes: e3a0476d1bdc ("CI: add issue labeller action") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* CI: add issue labeller actionChristian Marangi2023-11-15
Add issue labeler action. This action will parse BUG issue from the template and will make validation on the insert data. The action will: - Tag the issue with SNAPSHOT or release based on the provided release - Tag the issue with the reported tag - Tag the issue with the image kind (Official or Self Built) - Validate the reported version exist - Validate the reported release exist - Validate the reported device exist Will also tag the issue with useful tag or flag the issue as invalid. Will also comment the issue with the invalid info provided. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>