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.
- Host: GitHub
- URL: https://github.com/github-samples/models-in-actions
- Owner: github-samples
- License: mit
- Created: 2025-07-25T14:43:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T10:48:43.000Z (5 months ago)
- Last Synced: 2025-10-31T05:59:47.410Z (3 months ago)
- Topics: actions, ai, automation, models
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
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.