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

Dev idea: GH annotator action at line level of PRs with outputs

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

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
github-actions
領域
ci-cd

調査の方向性

GitHub Actions の problem-matchers ドキュメントと、そこで参照されている codespell および xmllint の problem-matcher 実装から始めます。リポジトリのエントリポイントを特定する前に、validator の出力形式、アノテーションの上限、バイナリファイルの扱いを定義します。スコープと期待されるアノテーションの動作について合意され、実装可能になっていれば完了です。

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

説明

Inspired by https://github.com/codespell-project/codespell-problem-matcher which is based on https://github.com/korelstar/xmllint-problem-matcher which leads me to description of the overall feature of GH actions to annotate lines based on matching regex in output of the action: https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md .

It is very handy to see in PRs annotations on the lines which lead to some CI failures/warnings. And if we are to add some generalized validation structure/output - we could have a generic matcher/annotator to pin point to specific files/lines in the results of validation (e.g. for BIDS datasets etc)

  • is limited in number of annotations possible to provide. So for "mass ones", only first hit + may be referencing of other hits
  • wouldn't be super useful for validation within binary files I guess since structure is not visualized
  • ...

ping'ing @effigies @VisLab @tgbus to get initial feedback on the idea

主要言語
言語のデータがありません
スター
1
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

con/validation のほかの issue

con/validation の issue をすべて見る

似ている issue

DevOps の issue をもっと見る

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

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