Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Remove the duplicated new-issue-approval link from the agenda Prework section

オープン
#192 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
65/100
issue の種類
ドキュメント
明瞭さ
おおむね明確
活発さ
活発
技術スタック
github
領域
documentation

調査の方向性

Issue #162から始め、PreworkとRecurringの箇条書きに、ここで引用されているフィルターが引き続き含まれていることを確認してください。現在のbodyを取得してバックアップし、名前付きのセクションとリンクを保持したまま、重複しているNew Issue Reviewリンクだけにパッチを適用してください。bodyを再取得し、次の月曜日に生成されるコメントにその列へのリンクが正確に1つ含まれていることを確認してください。

索引モデルが issue の本文から書いたものです。

説明

complexity: small feature: agenda role: DevOps Engineer size: 0.5pt
Overview

We need to remove the duplicated link to the New Issue Review column from the Leads and PM meeting agenda template (#162), because since the 2026-08-24 repair the Prework bullet queries the same board column as the Recurring bullet, so a single agenda now sends the reader to one column twice.

Action Items
  • Confirm both bullets still read as below before changing anything — #162's body is edited by several people through the web UI, so it may have moved since this was written. As of 2026-08-27:
    • Prework, line 13: "project board, new issue approval, no ready for no draft" → status:"New Issue Review" -label:"ready for CoP Lead","ready for product","ready for prioritization" -label:draft
    • Recurring items, line 18: "review any issues that are in the new issue approval column" → status:"New Issue Review"
  • Verify the subset relationship rather than assuming it. The Recurring filter is a bare status term with no negations, so everything the Prework link returns is also returned by the Recurring link. That is what makes this a duplicate rather than two genuinely different views.
  • Decide which one survives. The negations are the useful part — a bare status:"New Issue Review" returns items already marked ready for ..., which is exactly what the reviewer does not need to look at again. Recommendation, to accept or overrule: keep the Prework bullet's filter and drop the Recurring one, folding the Recurring wording into the Prework bullet so the agenda keeps the instruction "review any issues in the new issue approval column" but points it at the filtered view.
  • Do not remove the -label:draft term while you are in there. draft was dropped as a template default on 2026-08-09, so it now matches almost nothing — but it still catches a manually applied draft label, and the label deliberately still exists for that purpose. Leaving it is correct; it is not dead weight to tidy up.
  • Edit #162's body following the "Editing procedure issues in place" discipline — fetch fresh and diff against the last copy, save a pre-edit backup, patch the specific bullets rather than regenerating the body, then re-fetch and assert both the change and that the Prework icebox link, the three PM review links and the Task Items / FYIs sections are untouched.
  • After the edit, verify at the next weekly run, not only on save: the agenda comment generated for the following Monday should contain exactly one link to the New Issue Review column. That is the real test — the body is a template, and what matters is what the copied comment looks like.
Resources/Instructions
  • The issue to edit: #162 "CoP DevOps: 2026 Leads and PM meeting Agenda". Its body holds the template; each week's run is a new comment. Edit the body template only — never a past comment.
  • How this arose: the Prework bullet used to carry no state or status term at all, so a link labelled "new issue approval" returned 87 board items, 55 of them Done, going back to 2022. It was repaired on 2026-08-24 by adding status:"New Issue Review" — which fixed the link and, as a side effect, made it a strict subset of the Recurring bullet. This ticket is the second half of that repair.
  • Scope boundary, deliberate. #162 needs a wider restructure — it still hardcodes three PM review links by GitHub handle and two Google Sheets roster links, and its text has drifted from what its filters actually do. That work is separate, larger and currently unticketed. This ticket is only the duplicated column link. Do not fold the restructure in; if you find yourself rewriting whole sections, stop and raise it.
  • Worth knowing while editing these filters: no:assignee is silently ignored in a Projects v2 filterQuery — no error, no warning, it just does not apply. That is why the Prework link no longer mentions it, and it is why any filter change here has to be checked against a board item you know should be excluded rather than trusted because the syntax looks valid.
主要言語
PowerShell
スター
8
フォーク
10
平均マージ
7時間 30分
マージ済み PR(30日)
22

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

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

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

hackforla/devops のほかの issue

hackforla/devops の issue をすべて見る

似ている issue

Documentation の issue をもっと見る

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

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