jdaugherty commented on PR #15623:
URL: https://github.com/apache/grails-core/pull/15623#issuecomment-4366666116

   > The change separates the concurrency group from 
'release-pipeline-${branch}' to 'release-drafter-${branch}' to prevent drafter 
runs from queuing behind long-waiting release pipeline jobs with manual 
approvals. The comment explains drafter updates a draft for the next version 
(e.g., v7.0.12), while release.yml handles the current published tag (e.g., 
v7.0.11), so they don't conflict. Sharing concurrency isn't needed since they 
target different releases.
   > 
   > **.github/workflows/release-notes.yml**
   > 
   > ```
   > concurrency:
   >   group: release-drafter-${{ github.event.pull_request.base.ref || 
github.ref_name }}
   >   cancel-in-progress: true
   > ```
   
   This is incorrect. The creation of the tag itself was enough to historically 
trigger the release drafter workflow and thus a release being performed would 
overlap the release drafter run too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to