Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skeleton script incorrectly modifies Dependabot configuration #90

Open
jsf9k opened this issue Jun 9, 2023 · 0 comments
Open

Skeleton script incorrectly modifies Dependabot configuration #90

jsf9k opened this issue Jun 9, 2023 · 0 comments
Labels
bug This issue or pull request addresses broken functionality

Comments

@jsf9k
Copy link
Member

jsf9k commented 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:

  1. Use the project_setup/scripts/skeleton script to create from the skeleton-ansible-role skeleton repository a new repository named ansible-role-new.
  2. 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.

@jsf9k jsf9k added the bug This issue or pull request addresses broken functionality label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request addresses broken functionality
Projects
None yet
Development

No branches or pull requests

1 participant