-
Notifications
You must be signed in to change notification settings - Fork 217
Description
bugwarrior version 1.8
new install
archlinux
python 3.13.3
Config:
[general]
taskrc = ~/.config/task/taskrc
targets = work_github
#targets = nc_nextcloud
annotation_links = True
log.level = DEBUG
annotation_comments = False
[work_github]
service = github
github.login = this_is_me
github.token = github_my_secret_token
github.username = company-organization
github.add_tags = github
##github.project_owner_prefix = True
github.query = is:issue state:open assignee:this_is_me
Nextcloud deck works fine, but for github, it is pulling 2 issues that are not assigned to me, and is not pulling all the issues that are.
DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /users/company-organization/repos?per_page=100 HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /repos/company-organization/one_repo/issues?per_page=100 HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /issues?per_page=100 HTTP/1.1" 200 2
DEBUG:bugwarrior.services.github: Found 2 issues.
DEBUG:bugwarrior.services.github: Pruned down to 2 issues.
DEBUG:bugwarrior.collect:Worker for [work_github] finished ok.
INFO:bugwarrior.collect:Done with [work_github] in 0.8503878116607666.
INFO:bugwarrior.collect:Done aggregating remote issues.
INFO:bugwarrior.db:Adding 0 tasks
INFO:bugwarrior.db:Updating 2 tasks
I tried to use github.include_repos = unu, du, tri to select the repos but is ignoring them