Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the run_started_at field to the workflow-run results #358

Conversation

mridang
Copy link
Contributor

@mridang mridang commented Oct 31, 2023

Example query results

Results
SELECT id
     , created_at
     , updated_at
  FROM github_actions_repository_workflow_run
 WHERE repository_full_name = 'stackla/stackla-node-short-url'
   AND event = 'workflow_dispatch'
   AND status = 'completed'
   AND conclusion = 'success'
Add example SQL query results here (please include the input queries as well)

@madhushreeray30
Copy link
Contributor

Hey @mridang thanks for the table update 👍 could you please attach an example query (in the PR description) along with the result that would include the response from the newly added column to the table (removing any sensitive information), thanks!!

@madhushreeray30 madhushreeray30 added the hacktoberfest-accepted This pull request has been accepted for Hacktoberfest label Nov 1, 2023
@madhushreeray30 madhushreeray30 merged commit c6a2bcf into turbot:main Nov 9, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted This pull request has been accepted for Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants