-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.16
tries to rename all repos to the same name
#775
Comments
@paddyroddy Had indeed the same issue when working on this version. This line seems to fix it: https://github.com/github/safe-settings/pull/767/files#diff-cb055c8e3497e3772fc444a77c4aed8483453e7580ffe7ddb223bdffaff43c57R306 |
Related to bug found in #168 (github/safe-settings#775)
Related to bug found in #168 (github/safe-settings#775)
The fix @stokkie90 mentioned also fixed the issue for me. I guess we can wait for #767 to get merged to resolve #775. Thanks |
If anyone is impatient like I was (I wanted to use the new - run: 'sed -i "303s/assign(repoConfig/assign({}, repoConfig/" ./lib/settings.js'
working-directory: ${{ env.SAFE_SETTINGS_CODE_DIR }} |
Do we know which version introduced this issue? 2.15 or 2.16? |
I actually fixed this exact issue with this commit, now merged. |
Closing this as I tested PR #806 |
Problem Description
What is actually happening
I am using @renovatebot to manage my dependencies and our GitHub Action got upgraded from
2.1.14
to2.1.16
in UCL-MIRSG/.github@78f2369. At this point, the workflow began failing.It looks like it is going through every repo and trying to rename it to
terraform-harvester-modules
. It then errors because https://github.com/UCL-MIRSG/terraform-harvester-modules already exists. I have no idea why is this happening, or why that particular repo was selected. For now I have downgraded to2.1.14
.I'll attach the full logs in a comment underneath.
What is the expected behavior
The upgrading version shouldn't have broken the workflow.
Error output, if available
The relevant bit of the log is
Context
Are you using the hosted instance of probot/settings or running your own?
Running in GitHub Actions.
If running your own instance, are you using it with github.com or GitHub Enterprise?
Version of probot/settings
Version of GitHub Enterprise
The text was updated successfully, but these errors were encountered: