home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER" and issue = 1337587854 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • max-sixty 1
  • TomNicholas 1

issue 1

  • Automatic PR labeler · 2 ✖

author_association 1

  • MEMBER · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1213462032 https://github.com/pydata/xarray/pull/6912#issuecomment-1213462032 https://api.github.com/repos/pydata/xarray/issues/6912 IC_kwDOAMm_X85IU_YQ TomNicholas 35968931 2022-08-12T19:49:52Z 2022-08-12T19:52:49Z MEMBER

I guess it's imperfect if it's just doing the robotic thing — a formatting PR is going to get a whole lot of labels — ideally the process would understand its weight. But let's definitely give it a go!

Yeah that's a good point... But should happen relatively rarely hopefully. (Also I think if you're searching for relevant issues by topic you might prefer false positives than false negatives, so you don't miss anything important).

I was also hoping there might be an option to retrospectively label existing PRs but I don't see one.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Automatic PR labeler 1337587854
1213445477 https://github.com/pydata/xarray/pull/6912#issuecomment-1213445477 https://api.github.com/repos/pydata/xarray/issues/6912 IC_kwDOAMm_X85IU7Vl max-sixty 5635139 2022-08-12T19:27:02Z 2022-08-12T19:27:02Z MEMBER

@max-sixty you will probably enjoy this extra automation 🤖

Haha thanks!! Prayers do get answered.

I guess it's imperfect if it's just doing the robotic thing — a formatting PR is going to get a whole lot of labels — ideally the process would understand its weight. But let's definitely give it a go!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Automatic PR labeler 1337587854

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 17.765ms · About: xarray-datasette