Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci: allow dispatching workflow triage via label#20042

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 10 commits intomainfromcj/traiage-label
Oct 1, 2025
Merged

Conversation

johnstcn
Copy link
Member

@johnstcnjohnstcn commentedSep 30, 2025
edited
Loading

Allows creating a task for an issue if a label 'traiage' is set.
Requires membership of thecoder org to run.

Manual workflow_dispatch:https://github.com/coder/coder/actions/runs/18158719999/job/51684512634

@johnstcnjohnstcn self-assigned thisSep 30, 2025
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This PR adds the ability to trigger the AI triage workflow automatically when an issue is labeled with 'traiage', expanding beyond the existing manual workflow dispatch trigger. The changes introduce user permission checks, automatic GitHub issue commenting, and improved task status monitoring.

  • Adds automatic triggering when issues are labeled with 'traiage'
  • Implements user permission validation requiring write access
  • Adds automatic commenting on GitHub issues when tasks are created

Tip: Customize your code reviews with copilot-instructions.md.Create the file orlearn how to get started.

johnstcnand others added2 commitsSeptember 30, 2025 16:57
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
if:inputs.cleanup
env:
BUCKET_PREFIX:"gs://coder-traiage-outputs/traiage"
CODER_USERNAME:${{ steps.get-coder-username.outputs.coder_username }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thoughts about echoing into the env file rather than pulling from output?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'm mostly indifferent, but I think explicitly pulling from output makes it easier to see the dependency chain between the steps. If you just dump everything intoGITHUB_ENV it's easier to mix up the order imo.

mafredri reacted with thumbs up emoji
Copy link
Contributor

@dannykoppingdannykopping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

</stamp>

@johnstcnjohnstcn merged commit98262d8 intomainOct 1, 2025
29 checks passed
@johnstcnjohnstcn deleted the cj/traiage-label branchOctober 1, 2025 12:38
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 1, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

Copilot code reviewCopilotCopilot left review comments

@mafredrimafredrimafredri approved these changes

@dannykoppingdannykoppingdannykopping approved these changes

@DanielleMaywoodDanielleMaywoodAwaiting requested review from DanielleMaywood

Assignees

@johnstcnjohnstcn

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@johnstcn@mafredri@dannykopping

[8]ページ先頭

©2009-2025 Movatter.jp