Remembering what we've already done
- 主要言語
- 言語のデータがありません
- スター
- 749
- フォーク
- 72
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Is your feature request related to a problem?
Several of our actions run into the problem of working through the first X number of repos in an organization when they fail due to rate limiting or max action run times. If they could save state or remember what repos have been evaluated recently, that would be helpful for delivering more value for each action. This happens especially for OSPOs that are working on the "get clean" phase of any task rather than the "stay clean". ie. Every repo in an org of 10k repos needs a dependabot PR opened. (evergreen)
### Related OSPO Tool
automatic-contrib-prs GitHub Action, cleanowners GitHub Action, evergreen GitHub Action, issues-metrics GitHub Action, stale-repos GitHub Action
### Describe the solution you'd like
Ideas:
- A dump/file saved of repos processed and then an upload for the next run.
- Separate out the scan all repos/get repo list from the action that should be taken into separate actions
- database something something hand wave
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
コントリビューションガイド
調査の方向性
まず、issue で指定されている GitHub Actions の automatic-contrib-prs、cleanowners、evergreen、issues-metrics、stale-repos を確認します。提案されている state file、split-action、database の各アプローチを比較し、その後、処理済みのリポジトリを実行間でどのように永続化するか、また後続の実行で大規模な組織における作業をどのように再開するかを定義します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions
- 領域
- devops
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100