Skip to content

Commit

Permalink
testing: Didn't capitalize None, should work now
Browse files Browse the repository at this point in the history
devops: version because please
  • Loading branch information
trentonyo committed Mar 19, 2024
1 parent 3bb4056 commit 979c8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "todo-or-not"
version = "0.7.21-beta"
version = "0.7.22-beta"
description = "#todoon integrates the TODOs in your codebase with your GitHub repository"
authors = ["TrentonYo <trentonyo@gmail.com>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion todo_or_not/todo_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def generic_title(self):

def generate_issue(self, _test: bool = False) -> str:

repo_uri = f"https://github.com/none"
repo_uri = f"https://github.com/None"

github_ref = "reference"
triggered_by = "octocat"
Expand Down

0 comments on commit 979c8b7

Please sign in to comment.