You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add workflow for Minimum Rust Version badge (#527)
* Add workflow to get Minimum Rust version badge
* Fix branch name
* Only update badge when Rust project updated
* Allow manual execution of Rust Version workflow
* Pull changes before pushing version badge
* Reorder pull
* Fix output variable
* Make pull `--ff-only`
* Run `git status`
To be able to see what's going on in the repo for possible debugging.
* Update Rust version badge [Skip CI]
* Add Rust Version badge to READMEs
* msrv badge only on CD + renaming + fix paths
* Percent encode `+`
* Update msrv badge [Skip CI]
* Remove `release.paths`
`paths` is only valid for `push` or `pull_request`.
https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: o2sh <[email protected]>
0 commit comments