home / github

Menu
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

1 row where repo = 256834907

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ filename name on repo env permissions
20960 test.yml Python package {"push": {"branches": ["master"]}, "pull_request": {"branches": ["master"]}} dogsheep-photos 256834907    

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 7.479ms · About: simonw/datasette-graphql