Ubuntu – How to auto close GitHub issue using GitHub CLI in GitHub Actions
I would like to automatically close the issue once it is created. For this I referred to Actions marketplace and this action. Currently my code in YAML file looks like below. GitHub token is saved in Actions >> Secrets sections,…