Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 chore(autopr.yml): rename workflow file and update its contents
The previous workflow file '.github/workflows/Automatic Pull Request.yml' was deleted and replaced with a new file '.github/workflows/autopr.yml'. The new workflow file listens to the 'labeled' event on issues and checks if the label was added by a collaborator. If the label was added by a collaborator, it runs the 'AutoPR' action using the latest version of the 'ghcr.io/irgolic/autopr' Docker image. The action requires the 'OPENAI_API_KEY' and 'GITHUB_TOKEN' secrets to be set.
- Loading branch information