From ee7f5bbbcf3130a058624d12aff53eaca1ab518e Mon Sep 17 00:00:00 2001 From: Cuong Le Date: Mon, 6 Apr 2026 22:45:09 -0700 Subject: [PATCH 1/2] Update approve workflow instructions --- data/reusables/actions/workflows/approve-workflow-runs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/workflows/approve-workflow-runs.md b/data/reusables/actions/workflows/approve-workflow-runs.md index 48a471022c3f..f021fecd3ec7 100644 --- a/data/reusables/actions/workflows/approve-workflow-runs.md +++ b/data/reusables/actions/workflows/approve-workflow-runs.md @@ -4,4 +4,4 @@ Maintainers with write access to a repository can use the following procedure to {% data reusables.repositories.choose-pr-review %} {% data reusables.repositories.changed-files %} 1. {% data reusables.actions.workflows.inspect-proposed-changes %} -1. If you are comfortable with running workflows on the pull request branch, return to the **{% octicon "comment-discussion" aria-hidden="true" aria-label="comment-discussion" %} Conversation** tab, and in the section "_n_ workflow(s) awaiting approval", click **Approve workflows to run**. +1. If you are comfortable with running workflows on the pull request branch, click **Approve and run workflows** on the pull request. \ No newline at end of file From acb45cd1ad0fa02360b6e84f44d82eb42dbe8e96 Mon Sep 17 00:00:00 2001 From: Cuong Le Date: Tue, 14 Apr 2026 11:16:16 -0700 Subject: [PATCH 2/2] Update Copilot setup steps example for merge queue --- .../coding-agent/customize-the-agent-environment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md index e53917f499a6..04e0fab3dc6c 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md @@ -56,9 +56,13 @@ name: "Copilot Setup Steps" on: workflow_dispatch: push: + branches-ignore: + - 'gh-readonly-queue/**' paths: - .github/workflows/copilot-setup-steps.yml pull_request: + branches: + - main paths: - .github/workflows/copilot-setup-steps.yml