Merged
Conversation
This commit adds a new file `.github/workflows/opencommit.yaml` which defines a GitHub Action workflow called "OpenCommit". The workflow is triggered on push events, excluding branches named "main", "dev", "development", and "release". The workflow runs on the latest version of Ubuntu and has a timeout of 10 minutes. It sets up the Node.js environment with Node.js version 16. It then checks out the repository with a fetch depth of 0. The main step of the workflow uses the `di-sukharev/opencommit@github-action-v1.0.4` action. It configures the action with the necessary environment variables, including the GitHub token and OpenAI API key. The action uses the `gpt-3.5-turbo-0613` model from OpenAI to generate commit messages based on the conventional commit prompt module. No newline at end of file.
…compatibility and future-proofing
…e branch from triggering the OpenCommit Action workflow
… feature branches
…v1.5 for better compatibility and functionality
…vvard/ifttt-service-api into feature/deploy-sample-project # Conflicts: # .github/workflows/dotnet-ci.yaml # .github/workflows/dotnet-merge-develop.yaml # .github/workflows/dotnet-release.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.