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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SigmaHQ / sigma changelog generation failed #21

Open
zambomarcell opened this issue Feb 8, 2024 · 0 comments
Open

SigmaHQ / sigma changelog generation failed #21

zambomarcell opened this issue Feb 8, 2024 · 0 comments

Comments

@zambomarcell
Copy link

Short description explaining the high-level reason for the new issue.

Current behavior

$ ~/.local/bin/changelog SigmaHQ sigma
Traceback (most recent call last):
  File "/home/lilo/.local/bin/changelog", line 8, in <module>
    sys.exit(main())
  File "/home/lilo/.local/lib/python3.10/site-packages/changelog/__init__.py", line 320, in main
    changelog = generate_changelog(**vars(args))
  File "/home/lilo/.local/lib/python3.10/site-packages/changelog/__init__.py", line 244, in generate_changelog
    prs = fetch_changes(
  File "/home/lilo/.local/lib/python3.10/site-packages/changelog/__init__.py", line 188, in fetch_changes
    current_commit = get_last_commit(github_config, owner, repo, branch)
  File "/home/lilo/.local/lib/python3.10/site-packages/changelog/__init__.py", line 93, in get_last_commit
    raise GitHubError(
changelog.GitHubError: Unable to get commits. Not Found

Expected behavior

Generate changelog :)

Steps to replicate behavior (include URLs)

  1. pip install github-changelog
  2. $ ~/.local/bin/changelog SigmaHQ sigma

Screenshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant