From 707b9f52d9ca6b3e988bce31cbe83e20798667b7 Mon Sep 17 00:00:00 2001 From: Jaagrav Date: Wed, 23 Nov 2022 21:45:21 +0530 Subject: [PATCH] fix: updates to setup docs and update event.json --- README.md | 2 +- SETUP.md | 17 ++ event.json | 582 ++++++++++++++++++++++++++++------------------------- 3 files changed, 331 insertions(+), 270 deletions(-) diff --git a/README.md b/README.md index 7731fd9..23ce6ae 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Get comments about downstream assets affected when you make changes to your dbt runs-on: ubuntu-latest steps: - name: Run Action - uses: atlan/dbt-action@v1 + uses: atlanhq/dbt-action@v1 with: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} ATLAN_INSTANCE_URL: ${{secrets.ATLAN_INSTANCE_URL}} diff --git a/SETUP.md b/SETUP.md index 759ab47..feecfeb 100644 --- a/SETUP.md +++ b/SETUP.md @@ -27,6 +27,23 @@ It is a very useful and easy to use library, which runs your Github Actions loca IS_DEV=true ``` +## Create `event.json` to test the action locally + +Since you as a developer would be using your Github PAT to test the action locally, you'll need to locally run the clone of your fork, in order to generate the event.json file, follow the following steps: + +- [Fork this repo.](https://github.com/atlanhq/dbt-action/fork) +- Create a pull request from `test-action` branch to `main` branch. Once you do so, it will automatically run the action. +- Go to your forked repo's `Actions` page and open the workflow with the name `Test Action`. +- Click on the one and only job, `Get Downstream Assets`. +- Click on the step called `Dump GitHub Context` and you'll find a huge json object containing the key `"event"`, copy all of the content present inside this key. +- Create `event.json` in your root directory. +- Paste all the content you copied in this file + ```json + { + // ... Paste your copied content ... + } + ``` + ## Test Action Locally Test on macOS with Apple Silicon processors. diff --git a/event.json b/event.json index 873cd82..8b4a721 100644 --- a/event.json +++ b/event.json @@ -1,78 +1,104 @@ { - "action": "reopened", - "number": 5, + "action": "opened", + "enterprise": { + "avatar_url": "https://avatars.githubusercontent.com/b/16057?v=4", + "created_at": "2022-10-03T16:14:37Z", + "description": "", + "html_url": "https://github.com/enterprises/atlan", + "id": 16057, + "name": "Atlan Technologies Pvt Ltd", + "node_id": "E_kgDNPrk", + "slug": "atlan", + "updated_at": "2022-11-23T06:31:52Z", + "website_url": "https://atlan.com" + }, + "number": 1, + "organization": { + "avatar_url": "https://avatars.githubusercontent.com/u/47002402?v=4", + "description": "Democratizing data for teams around the world :sparkles: Humans of data, welcome home :heart:", + "events_url": "https://api.github.com/orgs/atlanhq/events", + "hooks_url": "https://api.github.com/orgs/atlanhq/hooks", + "id": 47002402, + "issues_url": "https://api.github.com/orgs/atlanhq/issues", + "login": "atlanhq", + "members_url": "https://api.github.com/orgs/atlanhq/members{/member}", + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MDAyNDAy", + "public_members_url": "https://api.github.com/orgs/atlanhq/public_members{/member}", + "repos_url": "https://api.github.com/orgs/atlanhq/repos", + "url": "https://api.github.com/orgs/atlanhq" + }, "pull_request": { "_links": { "comments": { - "href": "https://api.github.com/repos/Jaagrav/dbt-action/issues/5/comments" + "href": "https://api.github.com/repos/atlanhq/dbt-action/issues/1/comments" }, "commits": { - "href": "https://api.github.com/repos/Jaagrav/dbt-action/pulls/5/commits" + "href": "https://api.github.com/repos/atlanhq/dbt-action/pulls/1/commits" }, "html": { - "href": "https://github.com/Jaagrav/dbt-action/pull/5" + "href": "https://github.com/atlanhq/dbt-action/pull/1" }, "issue": { - "href": "https://api.github.com/repos/Jaagrav/dbt-action/issues/5" + "href": "https://api.github.com/repos/atlanhq/dbt-action/issues/1" }, "review_comment": { - "href": "https://api.github.com/repos/Jaagrav/dbt-action/pulls/comments{/number}" + "href": "https://api.github.com/repos/atlanhq/dbt-action/pulls/comments{/number}" }, "review_comments": { - "href": "https://api.github.com/repos/Jaagrav/dbt-action/pulls/5/comments" + "href": "https://api.github.com/repos/atlanhq/dbt-action/pulls/1/comments" }, "self": { - "href": "https://api.github.com/repos/Jaagrav/dbt-action/pulls/5" + "href": "https://api.github.com/repos/atlanhq/dbt-action/pulls/1" }, "statuses": { - "href": "https://api.github.com/repos/Jaagrav/dbt-action/statuses/6e133377de3d7f8dedec157dbc395b75f0310f2e" + "href": "https://api.github.com/repos/atlanhq/dbt-action/statuses/6be2eabe89b815d1d830ee4445ce605ad55df682" } }, "active_lock_reason": null, - "additions": 1, + "additions": 3, "assignee": null, "assignees": [], - "author_association": "OWNER", + "author_association": "COLLABORATOR", "auto_merge": null, "base": { - "label": "Jaagrav:main", + "label": "atlanhq:main", "ref": "main", "repo": { "allow_auto_merge": false, - "allow_forking": true, + "allow_forking": false, "allow_merge_commit": true, "allow_rebase_merge": true, "allow_squash_merge": true, "allow_update_branch": false, - "archive_url": "https://api.github.com/repos/Jaagrav/dbt-action/{archive_format}{/ref}", + "archive_url": "https://api.github.com/repos/atlanhq/dbt-action/{archive_format}{/ref}", "archived": false, - "assignees_url": "https://api.github.com/repos/Jaagrav/dbt-action/assignees{/user}", - "blobs_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/Jaagrav/dbt-action/branches{/branch}", - "clone_url": "https://github.com/Jaagrav/dbt-action.git", - "collaborators_url": "https://api.github.com/repos/Jaagrav/dbt-action/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/Jaagrav/dbt-action/comments{/number}", - "commits_url": "https://api.github.com/repos/Jaagrav/dbt-action/commits{/sha}", - "compare_url": "https://api.github.com/repos/Jaagrav/dbt-action/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/Jaagrav/dbt-action/contents/{+path}", - "contributors_url": "https://api.github.com/repos/Jaagrav/dbt-action/contributors", - "created_at": "2022-11-17T07:46:36Z", + "assignees_url": "https://api.github.com/repos/atlanhq/dbt-action/assignees{/user}", + "blobs_url": "https://api.github.com/repos/atlanhq/dbt-action/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/atlanhq/dbt-action/branches{/branch}", + "clone_url": "https://github.com/atlanhq/dbt-action.git", + "collaborators_url": "https://api.github.com/repos/atlanhq/dbt-action/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/atlanhq/dbt-action/comments{/number}", + "commits_url": "https://api.github.com/repos/atlanhq/dbt-action/commits{/sha}", + "compare_url": "https://api.github.com/repos/atlanhq/dbt-action/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/atlanhq/dbt-action/contents/{+path}", + "contributors_url": "https://api.github.com/repos/atlanhq/dbt-action/contributors", + "created_at": "2022-11-22T14:40:04Z", "default_branch": "main", "delete_branch_on_merge": false, - "deployments_url": "https://api.github.com/repos/Jaagrav/dbt-action/deployments", + "deployments_url": "https://api.github.com/repos/atlanhq/dbt-action/deployments", "description": null, "disabled": false, - "downloads_url": "https://api.github.com/repos/Jaagrav/dbt-action/downloads", - "events_url": "https://api.github.com/repos/Jaagrav/dbt-action/events", + "downloads_url": "https://api.github.com/repos/atlanhq/dbt-action/downloads", + "events_url": "https://api.github.com/repos/atlanhq/dbt-action/events", "fork": false, "forks": 0, "forks_count": 0, - "forks_url": "https://api.github.com/repos/Jaagrav/dbt-action/forks", - "full_name": "Jaagrav/dbt-action", - "git_commits_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/tags{/sha}", - "git_url": "git://github.com/Jaagrav/dbt-action.git", + "forks_url": "https://api.github.com/repos/atlanhq/dbt-action/forks", + "full_name": "atlanhq/dbt-action", + "git_commits_url": "https://api.github.com/repos/atlanhq/dbt-action/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/atlanhq/dbt-action/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/atlanhq/dbt-action/git/tags{/sha}", + "git_url": "git://github.com/atlanhq/dbt-action.git", "has_discussions": false, "has_downloads": true, "has_issues": true, @@ -80,146 +106,152 @@ "has_projects": true, "has_wiki": true, "homepage": null, - "hooks_url": "https://api.github.com/repos/Jaagrav/dbt-action/hooks", - "html_url": "https://github.com/Jaagrav/dbt-action", - "id": 567161956, + "hooks_url": "https://api.github.com/repos/atlanhq/dbt-action/hooks", + "html_url": "https://github.com/atlanhq/dbt-action", + "id": 569310173, "is_template": false, - "issue_comment_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues/events{/number}", - "issues_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues{/number}", - "keys_url": "https://api.github.com/repos/Jaagrav/dbt-action/keys{/key_id}", - "labels_url": "https://api.github.com/repos/Jaagrav/dbt-action/labels{/name}", + "issue_comment_url": "https://api.github.com/repos/atlanhq/dbt-action/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/atlanhq/dbt-action/issues/events{/number}", + "issues_url": "https://api.github.com/repos/atlanhq/dbt-action/issues{/number}", + "keys_url": "https://api.github.com/repos/atlanhq/dbt-action/keys{/key_id}", + "labels_url": "https://api.github.com/repos/atlanhq/dbt-action/labels{/name}", "language": "JavaScript", - "languages_url": "https://api.github.com/repos/Jaagrav/dbt-action/languages", - "license": null, + "languages_url": "https://api.github.com/repos/atlanhq/dbt-action/languages", + "license": { + "key": "mit", + "name": "MIT License", + "node_id": "MDc6TGljZW5zZTEz", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit" + }, "merge_commit_message": "PR_TITLE", "merge_commit_title": "MERGE_MESSAGE", - "merges_url": "https://api.github.com/repos/Jaagrav/dbt-action/merges", - "milestones_url": "https://api.github.com/repos/Jaagrav/dbt-action/milestones{/number}", + "merges_url": "https://api.github.com/repos/atlanhq/dbt-action/merges", + "milestones_url": "https://api.github.com/repos/atlanhq/dbt-action/milestones{/number}", "mirror_url": null, "name": "dbt-action", - "node_id": "R_kgDOIc40ZA", - "notifications_url": "https://api.github.com/repos/Jaagrav/dbt-action/notifications{?since,all,participating}", + "node_id": "R_kgDOIe773Q", + "notifications_url": "https://api.github.com/repos/atlanhq/dbt-action/notifications{?since,all,participating}", "open_issues": 1, "open_issues_count": 1, "owner": { - "avatar_url": "https://avatars.githubusercontent.com/u/52719271?v=4", - "events_url": "https://api.github.com/users/Jaagrav/events{/privacy}", - "followers_url": "https://api.github.com/users/Jaagrav/followers", - "following_url": "https://api.github.com/users/Jaagrav/following{/other_user}", - "gists_url": "https://api.github.com/users/Jaagrav/gists{/gist_id}", + "avatar_url": "https://avatars.githubusercontent.com/u/47002402?v=4", + "events_url": "https://api.github.com/users/atlanhq/events{/privacy}", + "followers_url": "https://api.github.com/users/atlanhq/followers", + "following_url": "https://api.github.com/users/atlanhq/following{/other_user}", + "gists_url": "https://api.github.com/users/atlanhq/gists{/gist_id}", "gravatar_id": "", - "html_url": "https://github.com/Jaagrav", - "id": 52719271, - "login": "Jaagrav", - "node_id": "MDQ6VXNlcjUyNzE5Mjcx", - "organizations_url": "https://api.github.com/users/Jaagrav/orgs", - "received_events_url": "https://api.github.com/users/Jaagrav/received_events", - "repos_url": "https://api.github.com/users/Jaagrav/repos", + "html_url": "https://github.com/atlanhq", + "id": 47002402, + "login": "atlanhq", + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MDAyNDAy", + "organizations_url": "https://api.github.com/users/atlanhq/orgs", + "received_events_url": "https://api.github.com/users/atlanhq/received_events", + "repos_url": "https://api.github.com/users/atlanhq/repos", "site_admin": false, - "starred_url": "https://api.github.com/users/Jaagrav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Jaagrav/subscriptions", - "type": "User", - "url": "https://api.github.com/users/Jaagrav" + "starred_url": "https://api.github.com/users/atlanhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/atlanhq/subscriptions", + "type": "Organization", + "url": "https://api.github.com/users/atlanhq" }, "private": true, - "pulls_url": "https://api.github.com/repos/Jaagrav/dbt-action/pulls{/number}", - "pushed_at": "2022-11-22T18:43:17Z", - "releases_url": "https://api.github.com/repos/Jaagrav/dbt-action/releases{/id}", - "size": 241, + "pulls_url": "https://api.github.com/repos/atlanhq/dbt-action/pulls{/number}", + "pushed_at": "2022-11-23T14:40:24Z", + "releases_url": "https://api.github.com/repos/atlanhq/dbt-action/releases{/id}", + "size": 0, "squash_merge_commit_message": "COMMIT_MESSAGES", "squash_merge_commit_title": "COMMIT_OR_PR_TITLE", - "ssh_url": "git@github.com:Jaagrav/dbt-action.git", + "ssh_url": "git@github.com:atlanhq/dbt-action.git", "stargazers_count": 0, - "stargazers_url": "https://api.github.com/repos/Jaagrav/dbt-action/stargazers", - "statuses_url": "https://api.github.com/repos/Jaagrav/dbt-action/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/Jaagrav/dbt-action/subscribers", - "subscription_url": "https://api.github.com/repos/Jaagrav/dbt-action/subscription", - "svn_url": "https://github.com/Jaagrav/dbt-action", - "tags_url": "https://api.github.com/repos/Jaagrav/dbt-action/tags", - "teams_url": "https://api.github.com/repos/Jaagrav/dbt-action/teams", + "stargazers_url": "https://api.github.com/repos/atlanhq/dbt-action/stargazers", + "statuses_url": "https://api.github.com/repos/atlanhq/dbt-action/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/atlanhq/dbt-action/subscribers", + "subscription_url": "https://api.github.com/repos/atlanhq/dbt-action/subscription", + "svn_url": "https://github.com/atlanhq/dbt-action", + "tags_url": "https://api.github.com/repos/atlanhq/dbt-action/tags", + "teams_url": "https://api.github.com/repos/atlanhq/dbt-action/teams", "topics": [], - "trees_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/trees{/sha}", - "updated_at": "2022-11-22T14:06:00Z", - "url": "https://api.github.com/repos/Jaagrav/dbt-action", + "trees_url": "https://api.github.com/repos/atlanhq/dbt-action/git/trees{/sha}", + "updated_at": "2022-11-23T14:34:35Z", + "url": "https://api.github.com/repos/atlanhq/dbt-action", "use_squash_pr_title_as_default": false, "visibility": "private", "watchers": 0, "watchers_count": 0, "web_commit_signoff_required": false }, - "sha": "0a1ec495a237be1be17998936290b8c47a807b3c", + "sha": "cd797f5ad25511c5b7910964d2d3271a7a9b3c96", "user": { - "avatar_url": "https://avatars.githubusercontent.com/u/52719271?v=4", - "events_url": "https://api.github.com/users/Jaagrav/events{/privacy}", - "followers_url": "https://api.github.com/users/Jaagrav/followers", - "following_url": "https://api.github.com/users/Jaagrav/following{/other_user}", - "gists_url": "https://api.github.com/users/Jaagrav/gists{/gist_id}", + "avatar_url": "https://avatars.githubusercontent.com/u/47002402?v=4", + "events_url": "https://api.github.com/users/atlanhq/events{/privacy}", + "followers_url": "https://api.github.com/users/atlanhq/followers", + "following_url": "https://api.github.com/users/atlanhq/following{/other_user}", + "gists_url": "https://api.github.com/users/atlanhq/gists{/gist_id}", "gravatar_id": "", - "html_url": "https://github.com/Jaagrav", - "id": 52719271, - "login": "Jaagrav", - "node_id": "MDQ6VXNlcjUyNzE5Mjcx", - "organizations_url": "https://api.github.com/users/Jaagrav/orgs", - "received_events_url": "https://api.github.com/users/Jaagrav/received_events", - "repos_url": "https://api.github.com/users/Jaagrav/repos", + "html_url": "https://github.com/atlanhq", + "id": 47002402, + "login": "atlanhq", + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MDAyNDAy", + "organizations_url": "https://api.github.com/users/atlanhq/orgs", + "received_events_url": "https://api.github.com/users/atlanhq/received_events", + "repos_url": "https://api.github.com/users/atlanhq/repos", "site_admin": false, - "starred_url": "https://api.github.com/users/Jaagrav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Jaagrav/subscriptions", - "type": "User", - "url": "https://api.github.com/users/Jaagrav" + "starred_url": "https://api.github.com/users/atlanhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/atlanhq/subscriptions", + "type": "Organization", + "url": "https://api.github.com/users/atlanhq" } }, "body": null, "changed_files": 3, "closed_at": null, - "comments": 10, - "comments_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues/5/comments", + "comments": 0, + "comments_url": "https://api.github.com/repos/atlanhq/dbt-action/issues/1/comments", "commits": 1, - "commits_url": "https://api.github.com/repos/Jaagrav/dbt-action/pulls/5/commits", - "created_at": "2022-11-21T14:42:19Z", - "deletions": 6, - "diff_url": "https://github.com/Jaagrav/dbt-action/pull/5.diff", + "commits_url": "https://api.github.com/repos/atlanhq/dbt-action/pulls/1/commits", + "created_at": "2022-11-23T14:40:23Z", + "deletions": 4, + "diff_url": "https://github.com/atlanhq/dbt-action/pull/1.diff", "draft": false, "head": { - "label": "Jaagrav:test", - "ref": "test", + "label": "atlanhq:test-action", + "ref": "test-action", "repo": { "allow_auto_merge": false, - "allow_forking": true, + "allow_forking": false, "allow_merge_commit": true, "allow_rebase_merge": true, "allow_squash_merge": true, "allow_update_branch": false, - "archive_url": "https://api.github.com/repos/Jaagrav/dbt-action/{archive_format}{/ref}", + "archive_url": "https://api.github.com/repos/atlanhq/dbt-action/{archive_format}{/ref}", "archived": false, - "assignees_url": "https://api.github.com/repos/Jaagrav/dbt-action/assignees{/user}", - "blobs_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/Jaagrav/dbt-action/branches{/branch}", - "clone_url": "https://github.com/Jaagrav/dbt-action.git", - "collaborators_url": "https://api.github.com/repos/Jaagrav/dbt-action/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/Jaagrav/dbt-action/comments{/number}", - "commits_url": "https://api.github.com/repos/Jaagrav/dbt-action/commits{/sha}", - "compare_url": "https://api.github.com/repos/Jaagrav/dbt-action/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/Jaagrav/dbt-action/contents/{+path}", - "contributors_url": "https://api.github.com/repos/Jaagrav/dbt-action/contributors", - "created_at": "2022-11-17T07:46:36Z", + "assignees_url": "https://api.github.com/repos/atlanhq/dbt-action/assignees{/user}", + "blobs_url": "https://api.github.com/repos/atlanhq/dbt-action/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/atlanhq/dbt-action/branches{/branch}", + "clone_url": "https://github.com/atlanhq/dbt-action.git", + "collaborators_url": "https://api.github.com/repos/atlanhq/dbt-action/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/atlanhq/dbt-action/comments{/number}", + "commits_url": "https://api.github.com/repos/atlanhq/dbt-action/commits{/sha}", + "compare_url": "https://api.github.com/repos/atlanhq/dbt-action/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/atlanhq/dbt-action/contents/{+path}", + "contributors_url": "https://api.github.com/repos/atlanhq/dbt-action/contributors", + "created_at": "2022-11-22T14:40:04Z", "default_branch": "main", "delete_branch_on_merge": false, - "deployments_url": "https://api.github.com/repos/Jaagrav/dbt-action/deployments", + "deployments_url": "https://api.github.com/repos/atlanhq/dbt-action/deployments", "description": null, "disabled": false, - "downloads_url": "https://api.github.com/repos/Jaagrav/dbt-action/downloads", - "events_url": "https://api.github.com/repos/Jaagrav/dbt-action/events", + "downloads_url": "https://api.github.com/repos/atlanhq/dbt-action/downloads", + "events_url": "https://api.github.com/repos/atlanhq/dbt-action/events", "fork": false, "forks": 0, "forks_count": 0, - "forks_url": "https://api.github.com/repos/Jaagrav/dbt-action/forks", - "full_name": "Jaagrav/dbt-action", - "git_commits_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/tags{/sha}", - "git_url": "git://github.com/Jaagrav/dbt-action.git", + "forks_url": "https://api.github.com/repos/atlanhq/dbt-action/forks", + "full_name": "atlanhq/dbt-action", + "git_commits_url": "https://api.github.com/repos/atlanhq/dbt-action/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/atlanhq/dbt-action/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/atlanhq/dbt-action/git/tags{/sha}", + "git_url": "git://github.com/atlanhq/dbt-action.git", "has_discussions": false, "has_downloads": true, "has_issues": true, @@ -227,123 +259,129 @@ "has_projects": true, "has_wiki": true, "homepage": null, - "hooks_url": "https://api.github.com/repos/Jaagrav/dbt-action/hooks", - "html_url": "https://github.com/Jaagrav/dbt-action", - "id": 567161956, + "hooks_url": "https://api.github.com/repos/atlanhq/dbt-action/hooks", + "html_url": "https://github.com/atlanhq/dbt-action", + "id": 569310173, "is_template": false, - "issue_comment_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues/events{/number}", - "issues_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues{/number}", - "keys_url": "https://api.github.com/repos/Jaagrav/dbt-action/keys{/key_id}", - "labels_url": "https://api.github.com/repos/Jaagrav/dbt-action/labels{/name}", + "issue_comment_url": "https://api.github.com/repos/atlanhq/dbt-action/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/atlanhq/dbt-action/issues/events{/number}", + "issues_url": "https://api.github.com/repos/atlanhq/dbt-action/issues{/number}", + "keys_url": "https://api.github.com/repos/atlanhq/dbt-action/keys{/key_id}", + "labels_url": "https://api.github.com/repos/atlanhq/dbt-action/labels{/name}", "language": "JavaScript", - "languages_url": "https://api.github.com/repos/Jaagrav/dbt-action/languages", - "license": null, + "languages_url": "https://api.github.com/repos/atlanhq/dbt-action/languages", + "license": { + "key": "mit", + "name": "MIT License", + "node_id": "MDc6TGljZW5zZTEz", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit" + }, "merge_commit_message": "PR_TITLE", "merge_commit_title": "MERGE_MESSAGE", - "merges_url": "https://api.github.com/repos/Jaagrav/dbt-action/merges", - "milestones_url": "https://api.github.com/repos/Jaagrav/dbt-action/milestones{/number}", + "merges_url": "https://api.github.com/repos/atlanhq/dbt-action/merges", + "milestones_url": "https://api.github.com/repos/atlanhq/dbt-action/milestones{/number}", "mirror_url": null, "name": "dbt-action", - "node_id": "R_kgDOIc40ZA", - "notifications_url": "https://api.github.com/repos/Jaagrav/dbt-action/notifications{?since,all,participating}", + "node_id": "R_kgDOIe773Q", + "notifications_url": "https://api.github.com/repos/atlanhq/dbt-action/notifications{?since,all,participating}", "open_issues": 1, "open_issues_count": 1, "owner": { - "avatar_url": "https://avatars.githubusercontent.com/u/52719271?v=4", - "events_url": "https://api.github.com/users/Jaagrav/events{/privacy}", - "followers_url": "https://api.github.com/users/Jaagrav/followers", - "following_url": "https://api.github.com/users/Jaagrav/following{/other_user}", - "gists_url": "https://api.github.com/users/Jaagrav/gists{/gist_id}", + "avatar_url": "https://avatars.githubusercontent.com/u/47002402?v=4", + "events_url": "https://api.github.com/users/atlanhq/events{/privacy}", + "followers_url": "https://api.github.com/users/atlanhq/followers", + "following_url": "https://api.github.com/users/atlanhq/following{/other_user}", + "gists_url": "https://api.github.com/users/atlanhq/gists{/gist_id}", "gravatar_id": "", - "html_url": "https://github.com/Jaagrav", - "id": 52719271, - "login": "Jaagrav", - "node_id": "MDQ6VXNlcjUyNzE5Mjcx", - "organizations_url": "https://api.github.com/users/Jaagrav/orgs", - "received_events_url": "https://api.github.com/users/Jaagrav/received_events", - "repos_url": "https://api.github.com/users/Jaagrav/repos", + "html_url": "https://github.com/atlanhq", + "id": 47002402, + "login": "atlanhq", + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MDAyNDAy", + "organizations_url": "https://api.github.com/users/atlanhq/orgs", + "received_events_url": "https://api.github.com/users/atlanhq/received_events", + "repos_url": "https://api.github.com/users/atlanhq/repos", "site_admin": false, - "starred_url": "https://api.github.com/users/Jaagrav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Jaagrav/subscriptions", - "type": "User", - "url": "https://api.github.com/users/Jaagrav" + "starred_url": "https://api.github.com/users/atlanhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/atlanhq/subscriptions", + "type": "Organization", + "url": "https://api.github.com/users/atlanhq" }, "private": true, - "pulls_url": "https://api.github.com/repos/Jaagrav/dbt-action/pulls{/number}", - "pushed_at": "2022-11-22T18:43:17Z", - "releases_url": "https://api.github.com/repos/Jaagrav/dbt-action/releases{/id}", - "size": 241, + "pulls_url": "https://api.github.com/repos/atlanhq/dbt-action/pulls{/number}", + "pushed_at": "2022-11-23T14:40:24Z", + "releases_url": "https://api.github.com/repos/atlanhq/dbt-action/releases{/id}", + "size": 0, "squash_merge_commit_message": "COMMIT_MESSAGES", "squash_merge_commit_title": "COMMIT_OR_PR_TITLE", - "ssh_url": "git@github.com:Jaagrav/dbt-action.git", + "ssh_url": "git@github.com:atlanhq/dbt-action.git", "stargazers_count": 0, - "stargazers_url": "https://api.github.com/repos/Jaagrav/dbt-action/stargazers", - "statuses_url": "https://api.github.com/repos/Jaagrav/dbt-action/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/Jaagrav/dbt-action/subscribers", - "subscription_url": "https://api.github.com/repos/Jaagrav/dbt-action/subscription", - "svn_url": "https://github.com/Jaagrav/dbt-action", - "tags_url": "https://api.github.com/repos/Jaagrav/dbt-action/tags", - "teams_url": "https://api.github.com/repos/Jaagrav/dbt-action/teams", + "stargazers_url": "https://api.github.com/repos/atlanhq/dbt-action/stargazers", + "statuses_url": "https://api.github.com/repos/atlanhq/dbt-action/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/atlanhq/dbt-action/subscribers", + "subscription_url": "https://api.github.com/repos/atlanhq/dbt-action/subscription", + "svn_url": "https://github.com/atlanhq/dbt-action", + "tags_url": "https://api.github.com/repos/atlanhq/dbt-action/tags", + "teams_url": "https://api.github.com/repos/atlanhq/dbt-action/teams", "topics": [], - "trees_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/trees{/sha}", - "updated_at": "2022-11-22T14:06:00Z", - "url": "https://api.github.com/repos/Jaagrav/dbt-action", + "trees_url": "https://api.github.com/repos/atlanhq/dbt-action/git/trees{/sha}", + "updated_at": "2022-11-23T14:34:35Z", + "url": "https://api.github.com/repos/atlanhq/dbt-action", "use_squash_pr_title_as_default": false, "visibility": "private", "watchers": 0, "watchers_count": 0, "web_commit_signoff_required": false }, - "sha": "6e133377de3d7f8dedec157dbc395b75f0310f2e", + "sha": "6be2eabe89b815d1d830ee4445ce605ad55df682", "user": { - "avatar_url": "https://avatars.githubusercontent.com/u/52719271?v=4", - "events_url": "https://api.github.com/users/Jaagrav/events{/privacy}", - "followers_url": "https://api.github.com/users/Jaagrav/followers", - "following_url": "https://api.github.com/users/Jaagrav/following{/other_user}", - "gists_url": "https://api.github.com/users/Jaagrav/gists{/gist_id}", + "avatar_url": "https://avatars.githubusercontent.com/u/47002402?v=4", + "events_url": "https://api.github.com/users/atlanhq/events{/privacy}", + "followers_url": "https://api.github.com/users/atlanhq/followers", + "following_url": "https://api.github.com/users/atlanhq/following{/other_user}", + "gists_url": "https://api.github.com/users/atlanhq/gists{/gist_id}", "gravatar_id": "", - "html_url": "https://github.com/Jaagrav", - "id": 52719271, - "login": "Jaagrav", - "node_id": "MDQ6VXNlcjUyNzE5Mjcx", - "organizations_url": "https://api.github.com/users/Jaagrav/orgs", - "received_events_url": "https://api.github.com/users/Jaagrav/received_events", - "repos_url": "https://api.github.com/users/Jaagrav/repos", + "html_url": "https://github.com/atlanhq", + "id": 47002402, + "login": "atlanhq", + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MDAyNDAy", + "organizations_url": "https://api.github.com/users/atlanhq/orgs", + "received_events_url": "https://api.github.com/users/atlanhq/received_events", + "repos_url": "https://api.github.com/users/atlanhq/repos", "site_admin": false, - "starred_url": "https://api.github.com/users/Jaagrav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Jaagrav/subscriptions", - "type": "User", - "url": "https://api.github.com/users/Jaagrav" + "starred_url": "https://api.github.com/users/atlanhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/atlanhq/subscriptions", + "type": "Organization", + "url": "https://api.github.com/users/atlanhq" } }, - "html_url": "https://github.com/Jaagrav/dbt-action/pull/5", - "id": 1130157441, - "issue_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues/5", + "html_url": "https://github.com/atlanhq/dbt-action/pull/1", + "id": 1133622308, + "issue_url": "https://api.github.com/repos/atlanhq/dbt-action/issues/1", "labels": [], "locked": false, "maintainer_can_modify": false, - "merge_commit_sha": "4b3cffacbc88fe8afd9f1d2a035bebfe3e5fedfc", + "merge_commit_sha": null, "mergeable": null, "mergeable_state": "unknown", "merged": false, "merged_at": null, "merged_by": null, "milestone": null, - "node_id": "PR_kwDOIc40ZM5DXNWB", - "number": 5, - "patch_url": "https://github.com/Jaagrav/dbt-action/pull/5.patch", + "node_id": "PR_kwDOIe773c5DkbQk", + "number": 1, + "patch_url": "https://github.com/atlanhq/dbt-action/pull/1.patch", "rebaseable": null, "requested_reviewers": [], "requested_teams": [], - "review_comment_url": "https://api.github.com/repos/Jaagrav/dbt-action/pulls/comments{/number}", + "review_comment_url": "https://api.github.com/repos/atlanhq/dbt-action/pulls/comments{/number}", "review_comments": 0, - "review_comments_url": "https://api.github.com/repos/Jaagrav/dbt-action/pulls/5/comments", + "review_comments_url": "https://api.github.com/repos/atlanhq/dbt-action/pulls/1/comments", "state": "open", - "statuses_url": "https://api.github.com/repos/Jaagrav/dbt-action/statuses/6e133377de3d7f8dedec157dbc395b75f0310f2e", - "title": "fix: test changes", - "updated_at": "2022-11-22T18:43:33Z", - "url": "https://api.github.com/repos/Jaagrav/dbt-action/pulls/5", + "statuses_url": "https://api.github.com/repos/atlanhq/dbt-action/statuses/6be2eabe89b815d1d830ee4445ce605ad55df682", + "title": "Test", + "updated_at": "2022-11-23T14:40:23Z", + "url": "https://api.github.com/repos/atlanhq/dbt-action/pulls/1", "user": { "avatar_url": "https://avatars.githubusercontent.com/u/52719271?v=4", "events_url": "https://api.github.com/users/Jaagrav/events{/privacy}", @@ -366,35 +404,35 @@ } }, "repository": { - "allow_forking": true, - "archive_url": "https://api.github.com/repos/Jaagrav/dbt-action/{archive_format}{/ref}", + "allow_forking": false, + "archive_url": "https://api.github.com/repos/atlanhq/dbt-action/{archive_format}{/ref}", "archived": false, - "assignees_url": "https://api.github.com/repos/Jaagrav/dbt-action/assignees{/user}", - "blobs_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/Jaagrav/dbt-action/branches{/branch}", - "clone_url": "https://github.com/Jaagrav/dbt-action.git", - "collaborators_url": "https://api.github.com/repos/Jaagrav/dbt-action/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/Jaagrav/dbt-action/comments{/number}", - "commits_url": "https://api.github.com/repos/Jaagrav/dbt-action/commits{/sha}", - "compare_url": "https://api.github.com/repos/Jaagrav/dbt-action/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/Jaagrav/dbt-action/contents/{+path}", - "contributors_url": "https://api.github.com/repos/Jaagrav/dbt-action/contributors", - "created_at": "2022-11-17T07:46:36Z", + "assignees_url": "https://api.github.com/repos/atlanhq/dbt-action/assignees{/user}", + "blobs_url": "https://api.github.com/repos/atlanhq/dbt-action/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/atlanhq/dbt-action/branches{/branch}", + "clone_url": "https://github.com/atlanhq/dbt-action.git", + "collaborators_url": "https://api.github.com/repos/atlanhq/dbt-action/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/atlanhq/dbt-action/comments{/number}", + "commits_url": "https://api.github.com/repos/atlanhq/dbt-action/commits{/sha}", + "compare_url": "https://api.github.com/repos/atlanhq/dbt-action/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/atlanhq/dbt-action/contents/{+path}", + "contributors_url": "https://api.github.com/repos/atlanhq/dbt-action/contributors", + "created_at": "2022-11-22T14:40:04Z", "default_branch": "main", - "deployments_url": "https://api.github.com/repos/Jaagrav/dbt-action/deployments", + "deployments_url": "https://api.github.com/repos/atlanhq/dbt-action/deployments", "description": null, "disabled": false, - "downloads_url": "https://api.github.com/repos/Jaagrav/dbt-action/downloads", - "events_url": "https://api.github.com/repos/Jaagrav/dbt-action/events", + "downloads_url": "https://api.github.com/repos/atlanhq/dbt-action/downloads", + "events_url": "https://api.github.com/repos/atlanhq/dbt-action/events", "fork": false, "forks": 0, "forks_count": 0, - "forks_url": "https://api.github.com/repos/Jaagrav/dbt-action/forks", - "full_name": "Jaagrav/dbt-action", - "git_commits_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/tags{/sha}", - "git_url": "git://github.com/Jaagrav/dbt-action.git", + "forks_url": "https://api.github.com/repos/atlanhq/dbt-action/forks", + "full_name": "atlanhq/dbt-action", + "git_commits_url": "https://api.github.com/repos/atlanhq/dbt-action/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/atlanhq/dbt-action/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/atlanhq/dbt-action/git/tags{/sha}", + "git_url": "git://github.com/atlanhq/dbt-action.git", "has_discussions": false, "has_downloads": true, "has_issues": true, @@ -402,64 +440,70 @@ "has_projects": true, "has_wiki": true, "homepage": null, - "hooks_url": "https://api.github.com/repos/Jaagrav/dbt-action/hooks", - "html_url": "https://github.com/Jaagrav/dbt-action", - "id": 567161956, + "hooks_url": "https://api.github.com/repos/atlanhq/dbt-action/hooks", + "html_url": "https://github.com/atlanhq/dbt-action", + "id": 569310173, "is_template": false, - "issue_comment_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues/events{/number}", - "issues_url": "https://api.github.com/repos/Jaagrav/dbt-action/issues{/number}", - "keys_url": "https://api.github.com/repos/Jaagrav/dbt-action/keys{/key_id}", - "labels_url": "https://api.github.com/repos/Jaagrav/dbt-action/labels{/name}", + "issue_comment_url": "https://api.github.com/repos/atlanhq/dbt-action/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/atlanhq/dbt-action/issues/events{/number}", + "issues_url": "https://api.github.com/repos/atlanhq/dbt-action/issues{/number}", + "keys_url": "https://api.github.com/repos/atlanhq/dbt-action/keys{/key_id}", + "labels_url": "https://api.github.com/repos/atlanhq/dbt-action/labels{/name}", "language": "JavaScript", - "languages_url": "https://api.github.com/repos/Jaagrav/dbt-action/languages", - "license": null, - "merges_url": "https://api.github.com/repos/Jaagrav/dbt-action/merges", - "milestones_url": "https://api.github.com/repos/Jaagrav/dbt-action/milestones{/number}", + "languages_url": "https://api.github.com/repos/atlanhq/dbt-action/languages", + "license": { + "key": "mit", + "name": "MIT License", + "node_id": "MDc6TGljZW5zZTEz", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit" + }, + "merges_url": "https://api.github.com/repos/atlanhq/dbt-action/merges", + "milestones_url": "https://api.github.com/repos/atlanhq/dbt-action/milestones{/number}", "mirror_url": null, "name": "dbt-action", - "node_id": "R_kgDOIc40ZA", - "notifications_url": "https://api.github.com/repos/Jaagrav/dbt-action/notifications{?since,all,participating}", + "node_id": "R_kgDOIe773Q", + "notifications_url": "https://api.github.com/repos/atlanhq/dbt-action/notifications{?since,all,participating}", "open_issues": 1, "open_issues_count": 1, "owner": { - "avatar_url": "https://avatars.githubusercontent.com/u/52719271?v=4", - "events_url": "https://api.github.com/users/Jaagrav/events{/privacy}", - "followers_url": "https://api.github.com/users/Jaagrav/followers", - "following_url": "https://api.github.com/users/Jaagrav/following{/other_user}", - "gists_url": "https://api.github.com/users/Jaagrav/gists{/gist_id}", + "avatar_url": "https://avatars.githubusercontent.com/u/47002402?v=4", + "events_url": "https://api.github.com/users/atlanhq/events{/privacy}", + "followers_url": "https://api.github.com/users/atlanhq/followers", + "following_url": "https://api.github.com/users/atlanhq/following{/other_user}", + "gists_url": "https://api.github.com/users/atlanhq/gists{/gist_id}", "gravatar_id": "", - "html_url": "https://github.com/Jaagrav", - "id": 52719271, - "login": "Jaagrav", - "node_id": "MDQ6VXNlcjUyNzE5Mjcx", - "organizations_url": "https://api.github.com/users/Jaagrav/orgs", - "received_events_url": "https://api.github.com/users/Jaagrav/received_events", - "repos_url": "https://api.github.com/users/Jaagrav/repos", + "html_url": "https://github.com/atlanhq", + "id": 47002402, + "login": "atlanhq", + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MDAyNDAy", + "organizations_url": "https://api.github.com/users/atlanhq/orgs", + "received_events_url": "https://api.github.com/users/atlanhq/received_events", + "repos_url": "https://api.github.com/users/atlanhq/repos", "site_admin": false, - "starred_url": "https://api.github.com/users/Jaagrav/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Jaagrav/subscriptions", - "type": "User", - "url": "https://api.github.com/users/Jaagrav" + "starred_url": "https://api.github.com/users/atlanhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/atlanhq/subscriptions", + "type": "Organization", + "url": "https://api.github.com/users/atlanhq" }, "private": true, - "pulls_url": "https://api.github.com/repos/Jaagrav/dbt-action/pulls{/number}", - "pushed_at": "2022-11-22T18:43:17Z", - "releases_url": "https://api.github.com/repos/Jaagrav/dbt-action/releases{/id}", - "size": 241, - "ssh_url": "git@github.com:Jaagrav/dbt-action.git", + "pulls_url": "https://api.github.com/repos/atlanhq/dbt-action/pulls{/number}", + "pushed_at": "2022-11-23T14:40:24Z", + "releases_url": "https://api.github.com/repos/atlanhq/dbt-action/releases{/id}", + "size": 0, + "ssh_url": "git@github.com:atlanhq/dbt-action.git", "stargazers_count": 0, - "stargazers_url": "https://api.github.com/repos/Jaagrav/dbt-action/stargazers", - "statuses_url": "https://api.github.com/repos/Jaagrav/dbt-action/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/Jaagrav/dbt-action/subscribers", - "subscription_url": "https://api.github.com/repos/Jaagrav/dbt-action/subscription", - "svn_url": "https://github.com/Jaagrav/dbt-action", - "tags_url": "https://api.github.com/repos/Jaagrav/dbt-action/tags", - "teams_url": "https://api.github.com/repos/Jaagrav/dbt-action/teams", + "stargazers_url": "https://api.github.com/repos/atlanhq/dbt-action/stargazers", + "statuses_url": "https://api.github.com/repos/atlanhq/dbt-action/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/atlanhq/dbt-action/subscribers", + "subscription_url": "https://api.github.com/repos/atlanhq/dbt-action/subscription", + "svn_url": "https://github.com/atlanhq/dbt-action", + "tags_url": "https://api.github.com/repos/atlanhq/dbt-action/tags", + "teams_url": "https://api.github.com/repos/atlanhq/dbt-action/teams", "topics": [], - "trees_url": "https://api.github.com/repos/Jaagrav/dbt-action/git/trees{/sha}", - "updated_at": "2022-11-22T14:06:00Z", - "url": "https://api.github.com/repos/Jaagrav/dbt-action", + "trees_url": "https://api.github.com/repos/atlanhq/dbt-action/git/trees{/sha}", + "updated_at": "2022-11-23T14:34:35Z", + "url": "https://api.github.com/repos/atlanhq/dbt-action", "visibility": "private", "watchers": 0, "watchers_count": 0,