Skip to content

Conversation

@ultmaster
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings October 28, 2025 04:20
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

This PR refines GitHub Actions workflow configurations by expanding triggering conditions and adding important operational notes. The changes enable workflows to run on stable branches and document the PAT rotation requirement for the backport bot.

Key Changes

  • Extends workflow triggers to include stable branches (stable/**/*) in addition to main
  • Adds a note about Microsoft's 3-month PAT rotation requirement for the bot account
  • Configures explicit git committer identity for the backport workflow

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/tests.yml Extended triggers to run on stable branches for both push and pull_request events
.github/workflows/backport.yml Added PAT rotation documentation and configured git committer identity for backport bot

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ultmaster ultmaster merged commit 268bd77 into main Oct 28, 2025
12 checks passed
@agent-lightning-bot
Copy link
Collaborator

Backport failed for stable/v0.2.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin stable/v0.2.x
git worktree add -d .worktree/backport/233/stable/v0.2.x origin/stable/v0.2.x
cd .worktree/backport/233/stable/v0.2.x
git switch --create backport/233/stable/v0.2.x
git cherry-pick -x 268bd77ce60bbf6cd45449a86f20f97f8fa5dafd

@ultmaster ultmaster deleted the feature/backport-augment-2 branch October 28, 2025 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants