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

Add table github_repository_ruleset Closes #437 #440

Merged
merged 10 commits into from
Jun 21, 2024
Merged

Add table github_repository_ruleset Closes #437 #440

merged 10 commits into from
Jun 21, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Jun 13, 2024

Example query results

Results
> select
  name,
  created_at
from
  github_repository_ruleset
where
  repository_full_name = 'pro-cloud-49/test-rule'
  and created_at > '2023-01-01T00:00:00Z';
+-------------+---------------------------+
| name        | created_at                |
+-------------+---------------------------+
| test-branct | 2024-06-11T18:48:48+05:30 |
| test34      | 2024-06-04T20:40:10+05:30 |
+-------------+---------------------------+

> select
  name,
  created_at
from
  github_repository_ruleset
where
  repository_full_name = 'pro-cloud-49/test37'
  and created_at > '2023-01-01T00:00:00Z';
+--------+---------------------------+
| name   | created_at                |
+--------+---------------------------+
| test23 | 2024-06-04T17:55:24+05:30 |
+--------+---------------------------+

@ParthaI ParthaI requested a review from misraved June 13, 2024 15:14
@ParthaI ParthaI self-assigned this Jun 13, 2024
@ParthaI ParthaI linked an issue Jun 13, 2024 that may be closed by this pull request
docs/tables/github_repository_ruleset.md Outdated Show resolved Hide resolved
docs/tables/github_repository_ruleset.md Outdated Show resolved Hide resolved
docs/tables/github_repository_ruleset.md Outdated Show resolved Hide resolved
@misraved misraved merged commit 40a04ca into main Jun 21, 2024
1 check passed
@misraved misraved deleted the issue-437 branch June 21, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add table github_repository_ruleset
2 participants