Skip to content

Add automatic triage labeling for new issues#10

Merged
shsw228 merged 3 commits intoissue-9-implement-triage-cifrom
copilot/add-triage-tag-to-issues
Mar 10, 2026
Merged

Add automatic triage labeling for new issues#10
shsw228 merged 3 commits intoissue-9-implement-triage-cifrom
copilot/add-triage-tag-to-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 10, 2026

Newly opened issues were not being marked for initial review. This change adds repository-level automation so every new issue receives a triage label consistently.

  • What changed

    • Added a new GitHub Actions workflow at .github/workflows/triage.yml
    • Triggers on issues.opened
    • Applies the triage label to the newly created issue
  • Label bootstrap

    • If the triage label does not already exist, the workflow creates it before applying it
    • Keeps the automation self-contained and avoids a manual repository setup dependency
  • Workflow behavior

    on:
      issues:
        types:
          - opened
  • Implementation details

    • Uses actions/github-script to:
      • check for the triage label
      • create it on first use if needed
      • attach it to the opened issue
Original prompt

issueが立ったらtriageタグをつけてほしい


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI and others added 2 commits March 10, 2026 04:28
Co-authored-by: shsw228 <13506491+shsw228@users.noreply.github.com>
Co-authored-by: shsw228 <13506491+shsw228@users.noreply.github.com>
Copilot AI changed the title [WIP] Add triage tag to issues when created Add automatic triage labeling for new issues Mar 10, 2026
@shsw228 shsw228 marked this pull request as ready for review March 10, 2026 04:30
@shsw228 shsw228 merged commit 8387086 into issue-9-implement-triage-ci Mar 10, 2026
@shsw228 shsw228 deleted the copilot/add-triage-tag-to-issues branch March 10, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants