home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 1068752

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▼ node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
841842361 PR_kwDOAMm_X84yLX65 6252 closed 0 Automatic validation of your citation metadata abelsiqueira 1068752 Hello! We noticed that your repository is using the Citation File Format to store citation metadata in `CITATION.cff`. This Pull Request automates validation of that file using the [cffconvert GitHub Action](https://github.com/marketplace/actions/cffconvert). That way, it's a little bit easier to be robust against future changes to the `CITATION.cff` file. BTW it's perfectly fine if you don't feel like accepting this Pull Request for whatever reason -- we just thought it might be helpful is all. We found your repository using a partially automated workflow; if you have any questions about that, feel free to create an issue over at https://github.com/cffbots/filtering/issues/ On behalf of the cffbots team, @abelsiqueira / @fdiblen / @jspaaks 2022-02-07T15:09:24Z 2022-06-02T14:57:34Z 2022-06-02T14:57:34Z   fde0941ae45f26783e3aade1df845273a19f8ed1     0 e90fe7db25cb28bdb8803089a5d68704b36a278c d47cf0c850cb70429373782b3c1e0329d14fd05a CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/6252  
956004636 PR_kwDOAMm_X844-3kc 6658 closed 0 Add pre-commit hook to check CITATION.cff abelsiqueira 1068752 Following the discussion in #6252, I am adding a pre-commit hook to check the CITATION.cff upon changes. 2022-06-02T14:51:24Z 2022-06-02T16:07:45Z 2022-06-02T16:02:00Z 2022-06-02T16:02:00Z 7bdb0e4456d0add8e94461dba0e7c0a160cc5812     0 70b19edca82438fabf31b2d0b64614a4eda18b82 39453423a7c749d3e8ecc09efe9816cef5f46e58 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/6658  

Advanced export

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

CSV options:

CREATE TABLE [pull_requests] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [state] TEXT,
   [locked] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [body] TEXT,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [merged_at] TEXT,
   [merge_commit_sha] TEXT,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [draft] INTEGER,
   [head] TEXT,
   [base] TEXT,
   [author_association] TEXT,
   [auto_merge] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [url] TEXT,
   [merged_by] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_pull_requests_merged_by]
    ON [pull_requests] ([merged_by]);
CREATE INDEX [idx_pull_requests_repo]
    ON [pull_requests] ([repo]);
CREATE INDEX [idx_pull_requests_milestone]
    ON [pull_requests] ([milestone]);
CREATE INDEX [idx_pull_requests_assignee]
    ON [pull_requests] ([assignee]);
CREATE INDEX [idx_pull_requests_user]
    ON [pull_requests] ([user]);
Powered by Datasette · Queries took 26.131ms · About: xarray-datasette