home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "MEMBER" and issue = 416554477 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 2

  • max-sixty 5
  • shoyer 1

issue 1

  • Stalebot is being overly aggressive · 6 ✖

author_association 1

  • MEMBER · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
854194264 https://github.com/pydata/xarray/issues/2797#issuecomment-854194264 https://api.github.com/repos/pydata/xarray/issues/2797 MDEyOklzc3VlQ29tbWVudDg1NDE5NDI2NA== max-sixty 5635139 2021-06-03T21:31:46Z 2021-06-03T21:31:46Z MEMBER

lol. I just re-logged-in a couple of days ago, since it seemed to have slept on us. Maybe the personal affront brought it back.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Stalebot is being overly aggressive 416554477
854189422 https://github.com/pydata/xarray/issues/2797#issuecomment-854189422 https://api.github.com/repos/pydata/xarray/issues/2797 MDEyOklzc3VlQ29tbWVudDg1NDE4OTQyMg== shoyer 1217238 2021-06-03T21:22:48Z 2021-06-03T21:22:48Z MEMBER

Thank you, slate-bot! I think we can let this one expire now 🤣

{
    "total_count": 2,
    "+1": 0,
    "-1": 0,
    "laugh": 2,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Stalebot is being overly aggressive 416554477
505973156 https://github.com/pydata/xarray/issues/2797#issuecomment-505973156 https://api.github.com/repos/pydata/xarray/issues/2797 MDEyOklzc3VlQ29tbWVudDUwNTk3MzE1Ng== max-sixty 5635139 2019-06-26T17:35:04Z 2019-06-26T17:35:04Z MEMBER

I haven't seen this reoccur. Limited sample (though a handful of true negatives)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Stalebot is being overly aggressive 416554477
469057828 https://github.com/pydata/xarray/issues/2797#issuecomment-469057828 https://api.github.com/repos/pydata/xarray/issues/2797 MDEyOklzc3VlQ29tbWVudDQ2OTA1NzgyOA== max-sixty 5635139 2019-03-03T19:57:07Z 2019-03-03T19:57:07Z MEMBER

While we're here - any other feedback / suggested config changes?

We're down from ~530 to ~400 issues, and inspired a couple PRs along the way. There is some cost in swatting the marked issues though. We were planning to move the time-to-stale to one year, from two.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Stalebot is being overly aggressive 416554477
469057563 https://github.com/pydata/xarray/issues/2797#issuecomment-469057563 https://api.github.com/repos/pydata/xarray/issues/2797 MDEyOklzc3VlQ29tbWVudDQ2OTA1NzU2Mw== max-sixty 5635139 2019-03-03T19:54:06Z 2019-03-03T19:54:06Z MEMBER

It looks like it's a (seemingly uncommon) bug. Given the bug, someone needs to remove the label, rather than only comment on the issue

In the meantime, we can: - Do nothing - Change the message to request removing the label - Disable the bot until this is resolved

Thoughts?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Stalebot is being overly aggressive 416554477
469056422 https://github.com/pydata/xarray/issues/2797#issuecomment-469056422 https://api.github.com/repos/pydata/xarray/issues/2797 MDEyOklzc3VlQ29tbWVudDQ2OTA1NjQyMg== max-sixty 5635139 2019-03-03T19:41:58Z 2019-03-03T19:41:58Z MEMBER

I'll look into it now

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Stalebot is being overly aggressive 416554477

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 13.525ms · About: xarray-datasette