fix: Tracking一括更新でレビュー待ちを維持する - #7
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
MTG後のTracking一括更新で、議論中のアイテムを自動的に確認済みとして扱わないようにします。実装に残っていた
Needs Discussionの自動更新条件を削除し、Trackedへの自動更新をTracking未設定のアイテムだけに限定しました。Todo/In Progressなどの場合、Needs Reviewは維持し、議論後に手動でTrackedへ変更します。DoneならClosed、IceboxならIceboxへの自動更新を優先します。TrackingがNeeds Reviewでも同様です。Needs ReviewからTrackedへの自動更新の説明を修正し、Iceboxの例外も明記しました。Test results
prek run --files .github/workflows/update-tracking-status.yml README.md: 全チェック通過actionlint .github/workflows/update-tracking-status.yml: 通過yamllint --strict -c .yamllint.yaml .github/workflows/update-tracking-status.yml: 通過git diff --check: 通過Impact
update-tracking-status.ymlを呼び出すリポジトリに適用されます。Needs Discussionも通常の一括更新では維持されるため、必要に応じて手動でNeeds ReviewまたはTrackedへ整理してください。Done/Iceboxへの遷移、未設定アイテムの確認済み更新は維持します。Supplementary information
Renovate専用のTracking更新ワークフローは変更対象に含みません。