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

full-day workshop: Correct the CI workflow triggers and first-run verification

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
76/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
github-actions

調査の方向性

content/full-day/4-testing.md から始め、そこにあるトリガーの説明を .github/workflows/server-test.yml と比較します。新しい template repository で初回実行のフローを検証します。これには、workflow の変更、server の変更、pull request、オンデマンド実行を含めます。文書化されたイベントと検証手順が、観測された GitHub Actions の実行と一致すれば完了です。

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

説明

priority: P0

Problem

content/full-day/4-testing.md describes merge as a GitHub Actions event, but there is no merge workflow event; a merge to main is normally handled as a push. Learners are also told to request an on-demand trigger, while the example omits workflow_dispatch.

The example restricts both push and pull_request to app/server/**. The first commit adds only .github/workflows/server-test.yml, so the text's claim that this push triggers the workflow is false: the path filter prevents that first run. Learners can reach the Actions page with no run to inspect.

Suggested change

Teach the actual event semantics and provide an example whose triggers support every verification step in the exercise.

Acceptance criteria

  • merge is removed as an event name and explained as a push to the target branch.
  • The example includes workflow_dispatch when on-demand execution is required.
  • Adding or changing the workflow itself triggers a run, or learners are explicitly told to dispatch it manually.
  • Server changes still trigger push and pull-request runs.
  • The exact first-run flow is tested in a fresh template repository.

Related: #236 separately tracks the pytest/unittest inconsistency.

主要言語
Python
スター
80
フォーク
161
平均マージ
31分
マージ済み PR(30日)
1

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

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

はじめの一歩

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

github-samples/pets-workshop のほかの issue

github-samples/pets-workshop の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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