home / github

Menu
  • Search all tables
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

2 rows where name = "Read the Docs Pull Request Preview"

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ filename name on repo env permissions
20980 documentation-links.yml Read the Docs Pull Request Preview
{
    "pull_request_target": {
        "types": [
            "opened"
        ]
    }
}
datasette 107914493  
{
    "pull-requests": "write"
}
20991 documentation-links.yml Read the Docs Pull Request Preview
{
    "pull_request_target": {
        "types": [
            "opened"
        ]
    }
}
sqlite-utils 140912432  
{
    "pull-requests": "write"
}

Advanced export

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

CSV options:

CREATE TABLE [workflows] (
   [id] INTEGER PRIMARY KEY,
   [filename] TEXT,
   [name] TEXT,
   [on] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [env] TEXT, [permissions] TEXT);
CREATE INDEX [idx_workflows_repo]
    ON [workflows] ([repo]);
CREATE UNIQUE INDEX [idx_workflows_repo_filename]
    ON [workflows] ([repo], [filename]);
Powered by Datasette · Queries took 11.667ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows