An open API service indexing awesome lists of open source software.

https://github.com/github-samples/models-in-actions

A set of small examples utilizing GitHub Models within GitHub Actions workflows.
https://github.com/github-samples/models-in-actions

actions ai automation models

Last synced: 21 days ago
JSON representation

A set of small examples utilizing GitHub Models within GitHub Actions workflows.

Awesome Lists containing this project

README

          

# GitHub Models in GitHub Actions

This repository contains a collection of [GitHub Actions](https://github.com/features/actions) workflows that utilize [GitHub Models](https://docs.github.com/en/github-models) to automate various tasks with AI.

| Title | Description | Author |
| -- | -- | -- |
| [Weekly Issue Summary](/workflows/weekly-issue-summary/weekly-issue-summary.yml) | Opens a new issue weekly summarizing the issues created in the last week. | @phazonoverload |
| [Bug Reproduction Check](/workflows/bug-reproduction-check/bug-reproduction-check.yml) | Comments with request for better reproduction details, if needed. | @phazonoverload |
| [Add Merged PR to Changelog](/workflows/add-merged-pr-to-changelog/add-merged-pr-to-changelog.yml) | Appends a summary of a merged pull request to an issue. | @phazonoverload |
| [Multilang README Translator](/workflows/multilang-readme-translator/translate-readme.yml) | Automatically translates README.md to multiple languages when changes are made. | @FidelusAleksander |

> [!IMPORTANT]
> Whenever workflows explicitly accept user input, a malicious actor could open an issue, pull request, or discussion instructing a model to do something you don't want. By carefully writing prompts and providing minimum permissions, you can help mitigate these risks.

## License

This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.

## Maintainers

See maintainers in the [CODEOWNERS](https://github.com/github-samples/models-in-actions/blob/main/.github/CODEOWNERS) file.

## Support

Our team will try their best to respond to issues and pull requests in a timely manner. However, please note that this is an open source project and support may be limited.