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

PR author can be null #69

Closed
JuliaTagBot opened this issue Jul 28, 2020 · 0 comments
Closed

PR author can be null #69

JuliaTagBot opened this issue Jul 28, 2020 · 0 comments
Labels
fixed A real bug that has been resolved

Comments

@JuliaTagBot
Copy link

Repo: SciML/DiffEqOperators.jl
Run URL: https://github.com/SciML/DiffEqOperators.jl/actions/runs/185274288
Image ID: sha256:b92afa4e6e356bb0d110ec1fd2d43fad79121184478f14419d7a7d87ce4d014a
Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 84, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 389, in create_release
    log = self._changelog.get(version, sha)
  File "/root/tagbot/action/changelog.py", line 215, in get
    data = self._collect_data(version, sha)
  File "/root/tagbot/action/changelog.py", line 199, in _collect_data
    "issues": [self._format_issue(i) for i in issues],
  File "/root/tagbot/action/changelog.py", line 199, in <listcomp>
    "issues": [self._format_issue(i) for i in issues],
  File "/root/tagbot/action/changelog.py", line 159, in _format_issue
    "closer": self._format_user(issue.closed_by),
  File "/root/tagbot/action/changelog.py", line 149, in _format_user
    "name": user.name or user.login,
AttributeError: 'NoneType' object has no attribute 'name'
@christopher-dG christopher-dG added the fixed A real bug that has been resolved label Nov 8, 2020
@christopher-dG christopher-dG changed the title Automatic error report from SciML/DiffEqOperators.jl PR author can be null Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed A real bug that has been resolved
Projects
None yet
Development

No branches or pull requests

2 participants