processing / processing/processing-contributions
concurrent submissions do not smartly iterate on id numbers
オープン
まだ誰も着手していません。
bug
- 主要言語
- Python
- スター
- 8
- フォーク
- 8
- 平均マージ
- 4日 22時間
- マージ済み PR(30日)
- 3
説明
When there are two concurrent submissions, they will both be referenced to main, so will have the same id number. That means merges will have to be done one at a time, and after the first, the action for the subsequent submission should be rerun. Perhaps open issues with new-contribution should all rerun upon changes to main?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、new-contribution のラベルが付いたオープンな issue を処理する action と、投稿が main を参照して ID 番号を受け取る仕組みを追跡します。同時に行われる投稿が ID の競合なしに処理され、意図した再実行時の動作が定義・検証されれば、作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- ci-cd
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100