CommunityToolkit / CommunityToolkit/Datasync

CI: Create a job that checks for outdated libraries

オープン
#568 コメント 1 件 リアクション 0 件 担当者 1 名 @adrianhall が担当を希望しています GitHub で見る
Infrastructure
主要言語
C#
スター
182
フォーク
46
PR マージ指標
30日以内にマージされた PR はありません

説明

Updating libraries is always a manual job.

We have three sets of solutions:

- The main library
- The template
- The samples

Create a github actions workflow called `check-outdated`:

- Runs [dotnet-outdated](https://github.com/dotnet-outdated/dotnet-outdated) on each solution.
- Reports (in the CI summary) the libraries to be updated.
- For each outdated library:
- Determine if there is an issue titled "Update " that is open. Create one per the below spec if not. If it does exist, see if it needs updating
- Change issue title to "Update to X.Y.Z" (where X.Y.Z is the new library version)
- Record in the body of the issue the list of solutions/projects needing updating

This is likely to be a script - node/JavaScript scripts are fine, stored in `scripts`

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。