Om Aximani

Results 6 issues of Om Aximani

Hello, There seems to be problem with link for "[🛠](https://www.youtube.com/playlist?list=PL9gnSGHSqcnojMGw6LDTkjs7avZ0f83Ap) DevOps Tool Playlist". The playlist does not exist where link is pointing to. ![image](https://user-images.githubusercontent.com/75031769/168490462-ffeab2c2-9af6-447f-9e46-9559a5a60007.png)

Add Issue templates and PR templates to this project for maintaining standard way of writing issues and creating PR

Since `action/checkout@v2` uses `Node 12.x.x` and it is [deprecated](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) I think we must use `action/checkout@v3` https://github.com/robusta-dev/robusta/blob/f237628424813884f576205d1d9440ffd7bddb95/.github/workflows/release.yaml#L17-L19

- Updated `checkout` action version to latest

I saw the code raises many exception from class `Exception`. First, the only way to handle differently multiple Exceptions is to check their message, which is error-prone and difficult to...

I tried flask running as [REST API](https://www.redhat.com/en/topics/api/what-is-a-rest-api) service but it was giving cors error. So I search and come up with this solution.