Skip to content

Conversation

@juan-arias
Copy link
Member

Proposed changes

Describe what this PR is trying to do.

Type of change

  • Feature work
  • Bug fix
  • Documentation
  • Engineering change
  • Test
  • Logging/Telemetry

Risk

  • High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
  • Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
  • Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)

Additional information

This pull request makes a small but important update to the GitHub Actions workflow for AI-powered issue auto-replies. The change switches the authentication token used by the workflow to a more specific token for Copilot models.

  • Workflow authentication: Changed the GH_TOKEN environment variable in .github/workflows/ai-issues-auto-reply.yml to use the GH_COPILOT_PAT_MODELS secret instead of the default GITHUB_TOKEN, improving security and aligning with best practices for token usage.

Copy link
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 that auto-replies to newly opened GitHub issues using GitHub Models, changing which token is used to authenticate to the Models API.

Changes:

  • Switch GH_TOKEN from the default GITHUB_TOKEN to the GH_COPILOT_PAT_MODELS secret for the Models API call.

@juan-arias juan-arias enabled auto-merge (squash) February 9, 2026 21:41
@juan-arias juan-arias disabled auto-merge February 10, 2026 02:41
@juan-arias juan-arias merged commit 7749640 into dev Feb 10, 2026
15 of 16 checks passed
@juan-arias juan-arias deleted the jarias/use-pat-github-issue-triage branch February 10, 2026 02:41
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