Skip to content

Updating the action triggers for more events#1636

Merged
aaronpowell merged 1 commit into
stagedfrom
update-action-triggers
May 6, 2026
Merged

Updating the action triggers for more events#1636
aaronpowell merged 1 commit into
stagedfrom
update-action-triggers

Conversation

@aaronpowell
Copy link
Copy Markdown
Contributor

Contributor Check wasn't running often enough

Copilot AI review requested due to automatic review settings May 6, 2026 23:20
@github-actions github-actions Bot added the workflow PR touches workflow automation label May 6, 2026
Copy link
Copy Markdown
Contributor

Copilot AI 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

Updates the GitHub Actions workflow triggers so the “Contributor Reputation Check” runs on more PR/issue lifecycle events, addressing cases where the check previously didn’t rerun often enough.

Changes:

  • Expand pull_request_target trigger types to include synchronize, reopened, edited, and ready_for_review.
  • Expand issues trigger types to include reopened and edited.
Show a summary per file
File Description
.github/workflows/contributor-check.yml Broadens workflow event triggers to run the contributor check more frequently across PR/issue updates.

Copilot's findings

Comments suppressed due to low confidence (1)

.github/workflows/contributor-check.yml:7

  • Including issues: edited will rerun the check whenever anyone edits the issue (including maintainers), but the workflow still checks the original issue author. If the intent is only to check on first creation/reopen, consider removing edited to reduce redundant runs and avoid repeated comments/labels on the same issue.
    types: [opened, reopened, edited]
  • Files reviewed: 1/1 changed files
  • Comments generated: 1

on:
pull_request_target:
types: [opened]
types: [opened, synchronize, reopened, edited, ready_for_review]
@aaronpowell aaronpowell merged commit 3a81b4e into staged May 6, 2026
14 checks passed
@aaronpowell aaronpowell deleted the update-action-triggers branch May 6, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

workflow PR touches workflow automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants