You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project_setup/scripts/skeleton script incorrectly replaces the name of the parent skeleton repository with the name of the new repository being created. This happens in the file .github/dependabot.yml.
For an example see the "before" here, paying special attention to the repository mentioned in the comment.
To reproduce
Steps to reproduce the behavior:
Use the project_setup/scripts/skeleton script to create from the skeleton-ansible-role skeleton repository a new repository named ansible-role-new.
Observe that cisagov/skeleton-ansible-role has been incorrectly replaced with cisagov/ansible-role-new in a comment in .github/dependabot.yml.
Expected behavior
The skeleton script should leave .github/dependabot.yml unaltered, apart from possibly uncommenting the Dependabot ignore directives that are managed by the parent repository.
The text was updated successfully, but these errors were encountered:
jsf9k
added
the
bug
This issue or pull request addresses broken functionality
label
Jun 9, 2023
🐛 Summary
The
project_setup/scripts/skeleton
script incorrectly replaces the name of the parent skeleton repository with the name of the new repository being created. This happens in the file.github/dependabot.yml
.For an example see the "before" here, paying special attention to the repository mentioned in the comment.
To reproduce
Steps to reproduce the behavior:
project_setup/scripts/skeleton
script to create from theskeleton-ansible-role
skeleton repository a new repository namedansible-role-new
.cisagov/skeleton-ansible-role
has been incorrectly replaced withcisagov/ansible-role-new
in a comment in.github/dependabot.yml
.Expected behavior
The
skeleton
script should leave.github/dependabot.yml
unaltered, apart from possibly uncommenting the Dependabot ignore directives that are managed by the parent repository.The text was updated successfully, but these errors were encountered: