René's URL Explorer Experiment


Title: Update concurrency groups to prevent merge runs and pull request runs from canceling each other by Copilot · Pull Request #26257 · PowerShell/PowerShell · GitHub

Open Graph Title: Update concurrency groups to prevent merge runs and pull request runs from canceling each other by Copilot · Pull Request #26257 · PowerShell/PowerShell

X Title: Update concurrency groups to prevent merge runs and pull request runs from canceling each other by Copilot · Pull Request #26257 · PowerShell/PowerShell

Description: Summary Updated the concurrency group configuration in the CI workflow files to include github.event_name, ensuring that merge runs (push events) and pull request runs (pull_request events) operate in separate concurrency groups and don't cancel each other. Problem The previous concurrency group configuration used only github.workflow and github.ref: concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ contains(github.ref, 'merge')}} While this typically worked because merge runs and PR runs usually have different refs, it wasn't explicitly guaranteed and could lead to edge cases where different event types might interfere with each other. Solution Added github.event_name to the concurrency group: concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} cancel-in-progress: ${{ contains(github.ref, 'merge')}} This creates distinct concurrency groups for different event types: Pull request validation: Windows-CI-pull_request-refs/pull/123/merge Merge to master: Windows-CI-push-refs/heads/master Manual workflow dispatch: Windows-CI-workflow_dispatch-refs/heads/branch-name Benefits ✅ Pull request validation runs and merge runs can execute in parallel without canceling each other ✅ Different event types are explicitly isolated in separate concurrency groups ✅ Runs of the same event type for the same ref can still cancel each other when appropriate ✅ Future-proof against edge cases and workflow trigger changes ✅ Consistent behavior across all CI platforms (Windows, Linux, macOS) Files Changed .github/workflows/windows-ci.yml .github/workflows/linux-ci.yml .github/workflows/macos-ci.yml Original prompt Update the concurrency group in .github/workflows/windows-ci.yml so that merge runs and pull request runs don't cancel each other. ✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Open Graph Description: Summary Updated the concurrency group configuration in the CI workflow files to include github.event_name, ensuring that merge runs (push events) and pull request runs (pull_request events) operate...

X Description: Summary Updated the concurrency group configuration in the CI workflow files to include github.event_name, ensuring that merge runs (push events) and pull request runs (pull_request events) operate...

Opengraph URL: https://github.com/PowerShell/PowerShell/pull/26257

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1a8bf6c5-49eb-b1b5-fecd-091dfc7fc72b
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBB54:269C07:2C08CA1:2D40F9A:6A59119E
html-safe-nonce44496c94865edd660b53b2db0724dc1690e0352e95d7c24d341a6d626f77b54d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQjU0OjI2OUMwNzoyQzA4Q0ExOjJENDBGOUE6NkE1OTExOUUiLCJ2aXNpdG9yX2lkIjoiNjEyMjg0NTMwNTI1NDI1Mjk1OCIsInJlZ2lvbl9lZGdlIjoic2VhIiwicmVnaW9uX3JlbmRlciI6InNlYSJ9
visitor-hmacc064b033e8564d700fa54959becb5ab2b70dcdb7fbc9672b06be957cea109527
hovercard-subject-tagpull_request:2931516058
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/PowerShell/PowerShell/pull/26257/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altSummary Updated the concurrency group configuration in the CI workflow files to include github.event_name, ensuring that merge runs (push events) and pull request runs (pull_request events) operate...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4eb8ea312922ccce63e833964f9606d971cffb2d5b6c10a62c4a7dcc48d826e2
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/PowerShell/PowerShell git https://github.com/PowerShell/PowerShell.git
octolytics-dimension-user_id11524380
octolytics-dimension-user_loginPowerShell
octolytics-dimension-repository_id49609581
octolytics-dimension-repository_nwoPowerShell/PowerShell
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id49609581
octolytics-dimension-repository_network_root_nwoPowerShell/PowerShell
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release886a6c6fbce3d3caad5b3b995ef09ff6ca23f10e
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/PowerShell/PowerShell/pull/26257/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPowerShell%2FPowerShell%2Fpull%2F26257%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPowerShell%2FPowerShell%2Fpull%2F26257%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=PowerShell%2FPowerShell
Reloadhttps://github.com/PowerShell/PowerShell/pull/26257/files
Reloadhttps://github.com/PowerShell/PowerShell/pull/26257/files
Reloadhttps://github.com/PowerShell/PowerShell/pull/26257/files
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/26257/files
PowerShell https://github.com/PowerShell
PowerShellhttps://github.com/PowerShell/PowerShell
Notifications https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Fork 8.4k https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Star 54.4k https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Code https://github.com/PowerShell/PowerShell
Issues 1.2k https://github.com/PowerShell/PowerShell/issues
Pull requests 291 https://github.com/PowerShell/PowerShell/pulls
Discussions https://github.com/PowerShell/PowerShell/discussions
Actions https://github.com/PowerShell/PowerShell/actions
Projects https://github.com/PowerShell/PowerShell/projects
Security and quality 3 https://github.com/PowerShell/PowerShell/security
Insights https://github.com/PowerShell/PowerShell/pulse
Code https://github.com/PowerShell/PowerShell
Issues https://github.com/PowerShell/PowerShell/issues
Pull requests https://github.com/PowerShell/PowerShell/pulls
Discussions https://github.com/PowerShell/PowerShell/discussions
Actions https://github.com/PowerShell/PowerShell/actions
Projects https://github.com/PowerShell/PowerShell/projects
Security and quality https://github.com/PowerShell/PowerShell/security
Insights https://github.com/PowerShell/PowerShell/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FPowerShell%2FPowerShell%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FPowerShell%2FPowerShell%2Fissues%2Fnew%2Fchoose
TravisEz13https://github.com/TravisEz13
masterhttps://github.com/PowerShell/PowerShell/tree/master
copilot/update-concurrency-group-settingshttps://github.com/PowerShell/PowerShell/tree/copilot/update-concurrency-group-settings
Conversation 2 https://github.com/PowerShell/PowerShell/pull/26257
Commits 2 https://github.com/PowerShell/PowerShell/pull/26257/commits
Checks 69 https://github.com/PowerShell/PowerShell/pull/26257/checks
Files changed https://github.com/PowerShell/PowerShell/pull/26257/files
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/26257/files
Update concurrency groups to prevent merge runs and pull request runs from canceling each other https://github.com/PowerShell/PowerShell/pull/26257/files#top
Show all changes 2 commits https://github.com/PowerShell/PowerShell/pull/26257/files
dce6f60 Initial plan Copilot Oct 20, 2025 https://github.com/PowerShell/PowerShell/pull/26257/commits/dce6f60314db930ea56ce1ae895c34c8e9af4c88
35f9be1 Update concurrency groups to include event_name to prevent cross-even… Copilot Oct 20, 2025 https://github.com/PowerShell/PowerShell/pull/26257/commits/35f9be18dec5f6b24ed29a04a49545510c1b0605
Clear filters https://github.com/PowerShell/PowerShell/pull/26257/files
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/26257/files
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/26257/files
linux-ci.yml https://github.com/PowerShell/PowerShell/pull/26257/files#diff-9a8a3273e0db8ac68a2678dbb9daa2570f98e94773070e4cc4c4a89b081e5d9f
macos-ci.yml https://github.com/PowerShell/PowerShell/pull/26257/files#diff-e7ed668ef29b90f676cc62f5d952da5d8c56b6902771b617172359859bb63e9a
windows-ci.yml https://github.com/PowerShell/PowerShell/pull/26257/files#diff-20657aa6e437cb522fb4623a03fc7ec7c4343e2c08288cfd4c2c2755967a0d37
https://github.com/PowerShell/PowerShell/blob/master/.github/CODEOWNERS#L61
.github/workflows/linux-ci.ymlhttps://github.com/PowerShell/PowerShell/pull/26257/files#diff-9a8a3273e0db8ac68a2678dbb9daa2570f98e94773070e4cc4c4a89b081e5d9f
View file https://github.com/PowerShell/PowerShell/blob/35f9be18dec5f6b24ed29a04a49545510c1b0605/.github/workflows/linux-ci.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/PowerShell/PowerShell/pull/26257/{{ revealButtonHref }}
https://github.com/PowerShell/PowerShell/pull/26257/files#diff-9a8a3273e0db8ac68a2678dbb9daa2570f98e94773070e4cc4c4a89b081e5d9f
https://github.com/PowerShell/PowerShell/pull/26257/files#diff-9a8a3273e0db8ac68a2678dbb9daa2570f98e94773070e4cc4c4a89b081e5d9f
https://github.com/PowerShell/PowerShell/blob/master/.github/CODEOWNERS#L61
.github/workflows/macos-ci.ymlhttps://github.com/PowerShell/PowerShell/pull/26257/files#diff-e7ed668ef29b90f676cc62f5d952da5d8c56b6902771b617172359859bb63e9a
View file https://github.com/PowerShell/PowerShell/blob/35f9be18dec5f6b24ed29a04a49545510c1b0605/.github/workflows/macos-ci.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/PowerShell/PowerShell/pull/26257/{{ revealButtonHref }}
https://github.com/PowerShell/PowerShell/pull/26257/files#diff-e7ed668ef29b90f676cc62f5d952da5d8c56b6902771b617172359859bb63e9a
https://github.com/PowerShell/PowerShell/pull/26257/files#diff-e7ed668ef29b90f676cc62f5d952da5d8c56b6902771b617172359859bb63e9a
https://github.com/PowerShell/PowerShell/blob/master/.github/CODEOWNERS#L61
.github/workflows/windows-ci.ymlhttps://github.com/PowerShell/PowerShell/pull/26257/files#diff-20657aa6e437cb522fb4623a03fc7ec7c4343e2c08288cfd4c2c2755967a0d37
View file https://github.com/PowerShell/PowerShell/blob/35f9be18dec5f6b24ed29a04a49545510c1b0605/.github/workflows/windows-ci.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/PowerShell/PowerShell/pull/26257/{{ revealButtonHref }}
https://github.com/PowerShell/PowerShell/pull/26257/files#diff-20657aa6e437cb522fb4623a03fc7ec7c4343e2c08288cfd4c2c2755967a0d37
https://github.com/PowerShell/PowerShell/pull/26257/files#diff-20657aa6e437cb522fb4623a03fc7ec7c4343e2c08288cfd4c2c2755967a0d37
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/26257/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.