CI: add issue labeller action
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 13 Nov 2023 01:09:57 +0000 (02:09 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 15 Nov 2023 09:59:27 +0000 (10:59 +0100)
commite3a0476d1bdcbf5692e97135d3e653b4cdd84cda
tree2754ff7f9a46a29d46ed68342f25f73ebe94c999
parenta4735359aa6d8238bdbeef75b40e98432ef70f0d
CI: add issue labeller action

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>
.github/workflows/issue-labeller.yml [new file with mode: 0644]