fix: update release-drafter _extends to full org repo path - #153
Closed
shenxianpeng with Copilot wants to merge 2 commits into
Closed
fix: update release-drafter _extends to full org repo path#153shenxianpeng with Copilot wants to merge 2 commits into
_extends to full org repo path#153shenxianpeng with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: shenxianpeng <[email protected]>
|
Copilot
AI
changed the title
[WIP] Fix the release drafter failure by updating _extends
fix: update release-drafter Mar 17, 2026
_extends to full org repo path
shenxianpeng
approved these changes
Mar 17, 2026
Contributor
|
According to the release-drafter doc, we could just set the org path in the jobs:
steps:
# Draft your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3 # v7.0.0
with:
commitish: '${{ inputs.commitish }}'
config-name: github:cpp-linter/.github:/.github/release-drafter.ymlThis would save us the trouble of updating multiple config files that simply extend the org repo's config file. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



The release drafter was failing because
_extends: .githubis not a valid reference for inheriting config from an organization-level.githubrepository.Change
Updated
.github/release-drafter.ymlto use the explicit cross-repo reference format:Original prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.