Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julia-actions/manifest-updater-examples
GitHub Actions workflows for automatically updating `Manifest.toml` files
https://github.com/julia-actions/manifest-updater-examples
Last synced: about 1 month ago
JSON representation
GitHub Actions workflows for automatically updating `Manifest.toml` files
- Host: GitHub
- URL: https://github.com/julia-actions/manifest-updater-examples
- Owner: julia-actions
- License: mit
- Created: 2021-05-03T02:37:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T12:37:18.000Z (over 2 years ago)
- Last Synced: 2023-03-03T09:22:24.118Z (almost 2 years ago)
- Language: Julia
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# manifest-updater-examples
This repository has examples of GitHub Actions workflows for automatically
updating `Manifest.toml` files.## Update manifest files
| Status Badge | Workflow File | Description |
| ----------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------------------- |
| [![Multiple PRs][multiple-prs-img]][multiple-prs-url] | [`multiple_prs.yml`](.github/workflows/multiple_prs.yml) | Make multiple PRs (each PR updates a single manifest file) |
| [![Single PR][single-pr-img]][single-pr-url] | [`single_pr.yml`](.github/workflows/single_pr.yml) | Make a single PR that updates all of the manifest files |[multiple-prs-img]: https://github.com/julia-actions/manifest-updater-examples/actions/workflows/multiple_prs.yml/badge.svg "Multiple PRs"
[multiple-prs-url]: https://github.com/julia-actions/manifest-updater-examples/actions/workflows/multiple_prs.yml[single-pr-img]: https://github.com/julia-actions/manifest-updater-examples/actions/workflows/single_pr.yml/badge.svg "Single PR"
[single-pr-url]: https://github.com/julia-actions/manifest-updater-examples/actions/workflows/single_pr.yml## Automatically select the manifest file based on the Julia version
| Status Badge | Workflow File | Description |
| ----------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------------------- |
| [![Example][example-img]][example-url] | [`example.yml`](.github/workflows/example.yml) | Automatically select the manifest file based on the Julia version |[example-img]: https://github.com/julia-actions/manifest-updater-examples/actions/workflows/example.yml/badge.svg "Example"
[example-url]: https://github.com/julia-actions/manifest-updater-examples/actions/workflows/example.yml