From c8a8a0fe05ed227affe4cc94a2d2f83dc4b0c301 Mon Sep 17 00:00:00 2001 From: syaiful-aa Date: Fri, 28 Jun 2024 13:43:24 +0700 Subject: [PATCH] 1.2.4 --- .github/workflows/update-main-version.yml | 6 +- pr15.json | 1124 +++++++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 1129 insertions(+), 3 deletions(-) create mode 100644 pr15.json diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index 181f9d7..8a4daae 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -28,8 +28,10 @@ jobs: - name: Get version id: get-version run: | - git fetch origin main - prev_version=$(git show origin/main:pubspec.yaml | grep 'version:' | cut -d ':' -f2 | sed 's/ //' | cut -d'+' -f1) + base_sha=${{ github.event.pull_request.base_sha }} + git fetch origin $base_sha + + prev_version=$(git show ${base_sha}:pubspec.yaml | grep 'version:' | cut -d ':' -f2 | sed 's/ //' | cut -d'+' -f1) echo "prev_version=$prev_version" >> $GITHUB_OUTPUT echo $prev_version diff --git a/pr15.json b/pr15.json new file mode 100644 index 0000000..1b0fd8e --- /dev/null +++ b/pr15.json @@ -0,0 +1,1124 @@ +{ + "token": "***", + "job": "validate_version", + "ref": "refs/heads/main", + "sha": "e629901bf05e9149e5a73ed9dfed274d00fd3744", + "repository": "syaiful-aa/quick_math", + "repository_owner": "syaiful-aa", + "repository_owner_id": "121781504", + "repositoryUrl": "git://github.com/syaiful-aa/quick_math.git", + "run_id": "9708531085", + "run_number": "15", + "retention_days": "90", + "run_attempt": "1", + "artifact_cache_size_limit": "10", + "repository_visibility": "public", + "repo-self-hosted-runners-disabled": false, + "enterprise-managed-business-id": "", + "repository_id": "664494070", + "actor_id": "121781504", + "actor": "syaiful-aa", + "triggering_actor": "syaiful-aa", + "workflow": "Update Version", + "head_ref": "dev/1.2.3", + "base_ref": "main", + "event_name": "pull_request", + "event": { + "action": "closed", + "number": 15, + "pull_request": { + "_links": { + "comments": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/issues/15/comments" + }, + "commits": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15/commits" + }, + "html": { + "href": "https://github.com/syaiful-aa/quick_math/pull/15" + }, + "issue": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/issues/15" + }, + "review_comment": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/comments{/number}" + }, + "review_comments": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15/comments" + }, + "self": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15" + }, + "statuses": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/c2c7ead1d62265c25ac4f2ba6682b6024dc72cc9" + } + }, + "active_lock_reason": null, + "additions": 8, + "assignee": null, + "assignees": [], + "author_association": "OWNER", + "auto_merge": null, + "base": { + "label": "syaiful-aa:main", + "ref": "main", + "repo": { + "allow_auto_merge": false, + "allow_forking": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "allow_squash_merge": true, + "allow_update_branch": false, + "archive_url": "https://api.github.com/repos/syaiful-aa/quick_math/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/syaiful-aa/quick_math/assignees{/user}", + "blobs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/syaiful-aa/quick_math/branches{/branch}", + "clone_url": "https://github.com/syaiful-aa/quick_math.git", + "collaborators_url": "https://api.github.com/repos/syaiful-aa/quick_math/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/comments{/number}", + "commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/commits{/sha}", + "compare_url": "https://api.github.com/repos/syaiful-aa/quick_math/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/syaiful-aa/quick_math/contents/{+path}", + "contributors_url": "https://api.github.com/repos/syaiful-aa/quick_math/contributors", + "created_at": "2023-07-10T05:30:12Z", + "default_branch": "main", + "delete_branch_on_merge": false, + "deployments_url": "https://api.github.com/repos/syaiful-aa/quick_math/deployments", + "description": null, + "disabled": false, + "downloads_url": "https://api.github.com/repos/syaiful-aa/quick_math/downloads", + "events_url": "https://api.github.com/repos/syaiful-aa/quick_math/events", + "fork": false, + "forks": 0, + "forks_count": 0, + "forks_url": "https://api.github.com/repos/syaiful-aa/quick_math/forks", + "full_name": "syaiful-aa/quick_math", + "git_commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/tags{/sha}", + "git_url": "git://github.com/syaiful-aa/quick_math.git", + "has_discussions": false, + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": null, + "hooks_url": "https://api.github.com/repos/syaiful-aa/quick_math/hooks", + "html_url": "https://github.com/syaiful-aa/quick_math", + "id": 664494070, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/events{/number}", + "issues_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues{/number}", + "keys_url": "https://api.github.com/repos/syaiful-aa/quick_math/keys{/key_id}", + "labels_url": "https://api.github.com/repos/syaiful-aa/quick_math/labels{/name}", + "language": "CMake", + "languages_url": "https://api.github.com/repos/syaiful-aa/quick_math/languages", + "license": { + "key": "other", + "name": "Other", + "node_id": "MDc6TGljZW5zZTA=", + "spdx_id": "NOASSERTION", + "url": null + }, + "merge_commit_message": "PR_TITLE", + "merge_commit_title": "MERGE_MESSAGE", + "merges_url": "https://api.github.com/repos/syaiful-aa/quick_math/merges", + "milestones_url": "https://api.github.com/repos/syaiful-aa/quick_math/milestones{/number}", + "mirror_url": null, + "name": "quick_math", + "node_id": "R_kgDOJ5tf9g", + "notifications_url": "https://api.github.com/repos/syaiful-aa/quick_math/notifications{?since,all,participating}", + "open_issues": 0, + "open_issues_count": 0, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls{/number}", + "pushed_at": "2024-06-28T06:34:04Z", + "releases_url": "https://api.github.com/repos/syaiful-aa/quick_math/releases{/id}", + "size": 14, + "squash_merge_commit_message": "COMMIT_MESSAGES", + "squash_merge_commit_title": "COMMIT_OR_PR_TITLE", + "ssh_url": "git@github.com:syaiful-aa/quick_math.git", + "stargazers_count": 0, + "stargazers_url": "https://api.github.com/repos/syaiful-aa/quick_math/stargazers", + "statuses_url": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscribers", + "subscription_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscription", + "svn_url": "https://github.com/syaiful-aa/quick_math", + "tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/tags", + "teams_url": "https://api.github.com/repos/syaiful-aa/quick_math/teams", + "topics": [], + "trees_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/trees{/sha}", + "updated_at": "2024-06-28T06:29:46Z", + "url": "https://api.github.com/repos/syaiful-aa/quick_math", + "use_squash_pr_title_as_default": false, + "visibility": "public", + "watchers": 0, + "watchers_count": 0, + "web_commit_signoff_required": false + }, + "sha": "ea93969c27d7c877309c1c4f3aecb66622d75486", + "user": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + } + }, + "body": null, + "changed_files": 2, + "closed_at": "2024-06-28T06:34:10Z", + "comments": 0, + "comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/15/comments", + "commits": 1, + "commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15/commits", + "created_at": "2024-06-28T06:34:03Z", + "deletions": 1, + "diff_url": "https://github.com/syaiful-aa/quick_math/pull/15.diff", + "draft": false, + "head": { + "label": "syaiful-aa:dev/1.2.3", + "ref": "dev/1.2.3", + "repo": { + "allow_auto_merge": false, + "allow_forking": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "allow_squash_merge": true, + "allow_update_branch": false, + "archive_url": "https://api.github.com/repos/syaiful-aa/quick_math/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/syaiful-aa/quick_math/assignees{/user}", + "blobs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/syaiful-aa/quick_math/branches{/branch}", + "clone_url": "https://github.com/syaiful-aa/quick_math.git", + "collaborators_url": "https://api.github.com/repos/syaiful-aa/quick_math/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/comments{/number}", + "commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/commits{/sha}", + "compare_url": "https://api.github.com/repos/syaiful-aa/quick_math/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/syaiful-aa/quick_math/contents/{+path}", + "contributors_url": "https://api.github.com/repos/syaiful-aa/quick_math/contributors", + "created_at": "2023-07-10T05:30:12Z", + "default_branch": "main", + "delete_branch_on_merge": false, + "deployments_url": "https://api.github.com/repos/syaiful-aa/quick_math/deployments", + "description": null, + "disabled": false, + "downloads_url": "https://api.github.com/repos/syaiful-aa/quick_math/downloads", + "events_url": "https://api.github.com/repos/syaiful-aa/quick_math/events", + "fork": false, + "forks": 0, + "forks_count": 0, + "forks_url": "https://api.github.com/repos/syaiful-aa/quick_math/forks", + "full_name": "syaiful-aa/quick_math", + "git_commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/tags{/sha}", + "git_url": "git://github.com/syaiful-aa/quick_math.git", + "has_discussions": false, + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": null, + "hooks_url": "https://api.github.com/repos/syaiful-aa/quick_math/hooks", + "html_url": "https://github.com/syaiful-aa/quick_math", + "id": 664494070, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/events{/number}", + "issues_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues{/number}", + "keys_url": "https://api.github.com/repos/syaiful-aa/quick_math/keys{/key_id}", + "labels_url": "https://api.github.com/repos/syaiful-aa/quick_math/labels{/name}", + "language": "CMake", + "languages_url": "https://api.github.com/repos/syaiful-aa/quick_math/languages", + "license": { + "key": "other", + "name": "Other", + "node_id": "MDc6TGljZW5zZTA=", + "spdx_id": "NOASSERTION", + "url": null + }, + "merge_commit_message": "PR_TITLE", + "merge_commit_title": "MERGE_MESSAGE", + "merges_url": "https://api.github.com/repos/syaiful-aa/quick_math/merges", + "milestones_url": "https://api.github.com/repos/syaiful-aa/quick_math/milestones{/number}", + "mirror_url": null, + "name": "quick_math", + "node_id": "R_kgDOJ5tf9g", + "notifications_url": "https://api.github.com/repos/syaiful-aa/quick_math/notifications{?since,all,participating}", + "open_issues": 0, + "open_issues_count": 0, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls{/number}", + "pushed_at": "2024-06-28T06:34:04Z", + "releases_url": "https://api.github.com/repos/syaiful-aa/quick_math/releases{/id}", + "size": 14, + "squash_merge_commit_message": "COMMIT_MESSAGES", + "squash_merge_commit_title": "COMMIT_OR_PR_TITLE", + "ssh_url": "git@github.com:syaiful-aa/quick_math.git", + "stargazers_count": 0, + "stargazers_url": "https://api.github.com/repos/syaiful-aa/quick_math/stargazers", + "statuses_url": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscribers", + "subscription_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscription", + "svn_url": "https://github.com/syaiful-aa/quick_math", + "tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/tags", + "teams_url": "https://api.github.com/repos/syaiful-aa/quick_math/teams", + "topics": [], + "trees_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/trees{/sha}", + "updated_at": "2024-06-28T06:29:46Z", + "url": "https://api.github.com/repos/syaiful-aa/quick_math", + "use_squash_pr_title_as_default": false, + "visibility": "public", + "watchers": 0, + "watchers_count": 0, + "web_commit_signoff_required": false + }, + "sha": "c2c7ead1d62265c25ac4f2ba6682b6024dc72cc9", + "user": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + } + }, + "html_url": "https://github.com/syaiful-aa/quick_math/pull/15", + "id": 1943701678, + "issue_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/15", + "labels": [], + "locked": false, + "maintainer_can_modify": false, + "merge_commit_sha": "e629901bf05e9149e5a73ed9dfed274d00fd3744", + "mergeable": null, + "mergeable_state": "unknown", + "merged": true, + "merged_at": "2024-06-28T06:34:10Z", + "merged_by": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + }, + "milestone": null, + "node_id": "PR_kwDOJ5tf9s5z2oiu", + "number": 15, + "patch_url": "https://github.com/syaiful-aa/quick_math/pull/15.patch", + "rebaseable": null, + "requested_reviewers": [], + "requested_teams": [], + "review_comment_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/comments{/number}", + "review_comments": 0, + "review_comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15/comments", + "state": "closed", + "statuses_url": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/c2c7ead1d62265c25ac4f2ba6682b6024dc72cc9", + "title": "versi 1.2.3", + "updated_at": "2024-06-28T06:34:10Z", + "url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15", + "user": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + } + }, + "repository": { + "allow_forking": true, + "archive_url": "https://api.github.com/repos/syaiful-aa/quick_math/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/syaiful-aa/quick_math/assignees{/user}", + "blobs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/syaiful-aa/quick_math/branches{/branch}", + "clone_url": "https://github.com/syaiful-aa/quick_math.git", + "collaborators_url": "https://api.github.com/repos/syaiful-aa/quick_math/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/comments{/number}", + "commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/commits{/sha}", + "compare_url": "https://api.github.com/repos/syaiful-aa/quick_math/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/syaiful-aa/quick_math/contents/{+path}", + "contributors_url": "https://api.github.com/repos/syaiful-aa/quick_math/contributors", + "created_at": "2023-07-10T05:30:12Z", + "default_branch": "main", + "deployments_url": "https://api.github.com/repos/syaiful-aa/quick_math/deployments", + "description": null, + "disabled": false, + "downloads_url": "https://api.github.com/repos/syaiful-aa/quick_math/downloads", + "events_url": "https://api.github.com/repos/syaiful-aa/quick_math/events", + "fork": false, + "forks": 0, + "forks_count": 0, + "forks_url": "https://api.github.com/repos/syaiful-aa/quick_math/forks", + "full_name": "syaiful-aa/quick_math", + "git_commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/tags{/sha}", + "git_url": "git://github.com/syaiful-aa/quick_math.git", + "has_discussions": false, + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": null, + "hooks_url": "https://api.github.com/repos/syaiful-aa/quick_math/hooks", + "html_url": "https://github.com/syaiful-aa/quick_math", + "id": 664494070, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/events{/number}", + "issues_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues{/number}", + "keys_url": "https://api.github.com/repos/syaiful-aa/quick_math/keys{/key_id}", + "labels_url": "https://api.github.com/repos/syaiful-aa/quick_math/labels{/name}", + "language": "CMake", + "languages_url": "https://api.github.com/repos/syaiful-aa/quick_math/languages", + "license": { + "key": "other", + "name": "Other", + "node_id": "MDc6TGljZW5zZTA=", + "spdx_id": "NOASSERTION", + "url": null + }, + "merges_url": "https://api.github.com/repos/syaiful-aa/quick_math/merges", + "milestones_url": "https://api.github.com/repos/syaiful-aa/quick_math/milestones{/number}", + "mirror_url": null, + "name": "quick_math", + "node_id": "R_kgDOJ5tf9g", + "notifications_url": "https://api.github.com/repos/syaiful-aa/quick_math/notifications{?since,all,participating}", + "open_issues": 0, + "open_issues_count": 0, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls{/number}", + "pushed_at": "2024-06-28T06:34:04Z", + "releases_url": "https://api.github.com/repos/syaiful-aa/quick_math/releases{/id}", + "size": 14, + "ssh_url": "git@github.com:syaiful-aa/quick_math.git", + "stargazers_count": 0, + "stargazers_url": "https://api.github.com/repos/syaiful-aa/quick_math/stargazers", + "statuses_url": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscribers", + "subscription_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscription", + "svn_url": "https://github.com/syaiful-aa/quick_math", + "tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/tags", + "teams_url": "https://api.github.com/repos/syaiful-aa/quick_math/teams", + "topics": [], + "trees_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/trees{/sha}", + "updated_at": "2024-06-28T06:29:46Z", + "url": "https://api.github.com/repos/syaiful-aa/quick_math", + "visibility": "public", + "watchers": 0, + "watchers_count": 0, + "web_commit_signoff_required": false + }, + "sender": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + } + }, + "server_url": "https://github.com", + "api_url": "https://api.github.com", + "graphql_url": "https://api.github.com/graphql", + "ref_name": "main", + "ref_protected": true, + "ref_type": "branch", + "secret_source": "Actions", + "workflow_ref": "syaiful-aa/quick_math/.github/workflows/update-main-version.yml@refs/heads/main", + "workflow_sha": "e629901bf05e9149e5a73ed9dfed274d00fd3744", + "workspace": "/home/runner/work/quick_math/quick_math", + "action": "__run" +} +{ + "token": "***", + "job": "validate_version", + "ref": "refs/heads/main", + "sha": "e629901bf05e9149e5a73ed9dfed274d00fd3744", + "repository": "syaiful-aa/quick_math", + "repository_owner": "syaiful-aa", + "repository_owner_id": "121781504", + "repositoryUrl": "git://github.com/syaiful-aa/quick_math.git", + "run_id": "9708531085", + "run_number": "15", + "retention_days": "90", + "run_attempt": "1", + "artifact_cache_size_limit": "10", + "repository_visibility": "public", + "repo-self-hosted-runners-disabled": false, + "enterprise-managed-business-id": "", + "repository_id": "664494070", + "actor_id": "121781504", + "actor": "syaiful-aa", + "triggering_actor": "syaiful-aa", + "workflow": "Update Version", + "head_ref": "dev/1.2.3", + "base_ref": "main", + "event_name": "pull_request", + "event": { + "action": "closed", + "number": 15, + "pull_request": { + "_links": { + "comments": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/issues/15/comments" + }, + "commits": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15/commits" + }, + "html": { + "href": "https://github.com/syaiful-aa/quick_math/pull/15" + }, + "issue": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/issues/15" + }, + "review_comment": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/comments{/number}" + }, + "review_comments": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15/comments" + }, + "self": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15" + }, + "statuses": { + "href": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/c2c7ead1d62265c25ac4f2ba6682b6024dc72cc9" + } + }, + "active_lock_reason": null, + "additions": 8, + "assignee": null, + "assignees": [], + "author_association": "OWNER", + "auto_merge": null, + "base": { + "label": "syaiful-aa:main", + "ref": "main", + "repo": { + "allow_auto_merge": false, + "allow_forking": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "allow_squash_merge": true, + "allow_update_branch": false, + "archive_url": "https://api.github.com/repos/syaiful-aa/quick_math/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/syaiful-aa/quick_math/assignees{/user}", + "blobs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/syaiful-aa/quick_math/branches{/branch}", + "clone_url": "https://github.com/syaiful-aa/quick_math.git", + "collaborators_url": "https://api.github.com/repos/syaiful-aa/quick_math/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/comments{/number}", + "commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/commits{/sha}", + "compare_url": "https://api.github.com/repos/syaiful-aa/quick_math/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/syaiful-aa/quick_math/contents/{+path}", + "contributors_url": "https://api.github.com/repos/syaiful-aa/quick_math/contributors", + "created_at": "2023-07-10T05:30:12Z", + "default_branch": "main", + "delete_branch_on_merge": false, + "deployments_url": "https://api.github.com/repos/syaiful-aa/quick_math/deployments", + "description": null, + "disabled": false, + "downloads_url": "https://api.github.com/repos/syaiful-aa/quick_math/downloads", + "events_url": "https://api.github.com/repos/syaiful-aa/quick_math/events", + "fork": false, + "forks": 0, + "forks_count": 0, + "forks_url": "https://api.github.com/repos/syaiful-aa/quick_math/forks", + "full_name": "syaiful-aa/quick_math", + "git_commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/tags{/sha}", + "git_url": "git://github.com/syaiful-aa/quick_math.git", + "has_discussions": false, + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": null, + "hooks_url": "https://api.github.com/repos/syaiful-aa/quick_math/hooks", + "html_url": "https://github.com/syaiful-aa/quick_math", + "id": 664494070, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/events{/number}", + "issues_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues{/number}", + "keys_url": "https://api.github.com/repos/syaiful-aa/quick_math/keys{/key_id}", + "labels_url": "https://api.github.com/repos/syaiful-aa/quick_math/labels{/name}", + "language": "CMake", + "languages_url": "https://api.github.com/repos/syaiful-aa/quick_math/languages", + "license": { + "key": "other", + "name": "Other", + "node_id": "MDc6TGljZW5zZTA=", + "spdx_id": "NOASSERTION", + "url": null + }, + "merge_commit_message": "PR_TITLE", + "merge_commit_title": "MERGE_MESSAGE", + "merges_url": "https://api.github.com/repos/syaiful-aa/quick_math/merges", + "milestones_url": "https://api.github.com/repos/syaiful-aa/quick_math/milestones{/number}", + "mirror_url": null, + "name": "quick_math", + "node_id": "R_kgDOJ5tf9g", + "notifications_url": "https://api.github.com/repos/syaiful-aa/quick_math/notifications{?since,all,participating}", + "open_issues": 0, + "open_issues_count": 0, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls{/number}", + "pushed_at": "2024-06-28T06:34:04Z", + "releases_url": "https://api.github.com/repos/syaiful-aa/quick_math/releases{/id}", + "size": 14, + "squash_merge_commit_message": "COMMIT_MESSAGES", + "squash_merge_commit_title": "COMMIT_OR_PR_TITLE", + "ssh_url": "git@github.com:syaiful-aa/quick_math.git", + "stargazers_count": 0, + "stargazers_url": "https://api.github.com/repos/syaiful-aa/quick_math/stargazers", + "statuses_url": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscribers", + "subscription_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscription", + "svn_url": "https://github.com/syaiful-aa/quick_math", + "tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/tags", + "teams_url": "https://api.github.com/repos/syaiful-aa/quick_math/teams", + "topics": [], + "trees_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/trees{/sha}", + "updated_at": "2024-06-28T06:29:46Z", + "url": "https://api.github.com/repos/syaiful-aa/quick_math", + "use_squash_pr_title_as_default": false, + "visibility": "public", + "watchers": 0, + "watchers_count": 0, + "web_commit_signoff_required": false + }, + "sha": "ea93969c27d7c877309c1c4f3aecb66622d75486", + "user": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + } + }, + "body": null, + "changed_files": 2, + "closed_at": "2024-06-28T06:34:10Z", + "comments": 0, + "comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/15/comments", + "commits": 1, + "commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15/commits", + "created_at": "2024-06-28T06:34:03Z", + "deletions": 1, + "diff_url": "https://github.com/syaiful-aa/quick_math/pull/15.diff", + "draft": false, + "head": { + "label": "syaiful-aa:dev/1.2.3", + "ref": "dev/1.2.3", + "repo": { + "allow_auto_merge": false, + "allow_forking": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "allow_squash_merge": true, + "allow_update_branch": false, + "archive_url": "https://api.github.com/repos/syaiful-aa/quick_math/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/syaiful-aa/quick_math/assignees{/user}", + "blobs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/syaiful-aa/quick_math/branches{/branch}", + "clone_url": "https://github.com/syaiful-aa/quick_math.git", + "collaborators_url": "https://api.github.com/repos/syaiful-aa/quick_math/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/comments{/number}", + "commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/commits{/sha}", + "compare_url": "https://api.github.com/repos/syaiful-aa/quick_math/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/syaiful-aa/quick_math/contents/{+path}", + "contributors_url": "https://api.github.com/repos/syaiful-aa/quick_math/contributors", + "created_at": "2023-07-10T05:30:12Z", + "default_branch": "main", + "delete_branch_on_merge": false, + "deployments_url": "https://api.github.com/repos/syaiful-aa/quick_math/deployments", + "description": null, + "disabled": false, + "downloads_url": "https://api.github.com/repos/syaiful-aa/quick_math/downloads", + "events_url": "https://api.github.com/repos/syaiful-aa/quick_math/events", + "fork": false, + "forks": 0, + "forks_count": 0, + "forks_url": "https://api.github.com/repos/syaiful-aa/quick_math/forks", + "full_name": "syaiful-aa/quick_math", + "git_commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/tags{/sha}", + "git_url": "git://github.com/syaiful-aa/quick_math.git", + "has_discussions": false, + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": null, + "hooks_url": "https://api.github.com/repos/syaiful-aa/quick_math/hooks", + "html_url": "https://github.com/syaiful-aa/quick_math", + "id": 664494070, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/events{/number}", + "issues_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues{/number}", + "keys_url": "https://api.github.com/repos/syaiful-aa/quick_math/keys{/key_id}", + "labels_url": "https://api.github.com/repos/syaiful-aa/quick_math/labels{/name}", + "language": "CMake", + "languages_url": "https://api.github.com/repos/syaiful-aa/quick_math/languages", + "license": { + "key": "other", + "name": "Other", + "node_id": "MDc6TGljZW5zZTA=", + "spdx_id": "NOASSERTION", + "url": null + }, + "merge_commit_message": "PR_TITLE", + "merge_commit_title": "MERGE_MESSAGE", + "merges_url": "https://api.github.com/repos/syaiful-aa/quick_math/merges", + "milestones_url": "https://api.github.com/repos/syaiful-aa/quick_math/milestones{/number}", + "mirror_url": null, + "name": "quick_math", + "node_id": "R_kgDOJ5tf9g", + "notifications_url": "https://api.github.com/repos/syaiful-aa/quick_math/notifications{?since,all,participating}", + "open_issues": 0, + "open_issues_count": 0, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls{/number}", + "pushed_at": "2024-06-28T06:34:04Z", + "releases_url": "https://api.github.com/repos/syaiful-aa/quick_math/releases{/id}", + "size": 14, + "squash_merge_commit_message": "COMMIT_MESSAGES", + "squash_merge_commit_title": "COMMIT_OR_PR_TITLE", + "ssh_url": "git@github.com:syaiful-aa/quick_math.git", + "stargazers_count": 0, + "stargazers_url": "https://api.github.com/repos/syaiful-aa/quick_math/stargazers", + "statuses_url": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscribers", + "subscription_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscription", + "svn_url": "https://github.com/syaiful-aa/quick_math", + "tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/tags", + "teams_url": "https://api.github.com/repos/syaiful-aa/quick_math/teams", + "topics": [], + "trees_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/trees{/sha}", + "updated_at": "2024-06-28T06:29:46Z", + "url": "https://api.github.com/repos/syaiful-aa/quick_math", + "use_squash_pr_title_as_default": false, + "visibility": "public", + "watchers": 0, + "watchers_count": 0, + "web_commit_signoff_required": false + }, + "sha": "c2c7ead1d62265c25ac4f2ba6682b6024dc72cc9", + "user": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + } + }, + "html_url": "https://github.com/syaiful-aa/quick_math/pull/15", + "id": 1943701678, + "issue_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/15", + "labels": [], + "locked": false, + "maintainer_can_modify": false, + "merge_commit_sha": "e629901bf05e9149e5a73ed9dfed274d00fd3744", + "mergeable": null, + "mergeable_state": "unknown", + "merged": true, + "merged_at": "2024-06-28T06:34:10Z", + "merged_by": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + }, + "milestone": null, + "node_id": "PR_kwDOJ5tf9s5z2oiu", + "number": 15, + "patch_url": "https://github.com/syaiful-aa/quick_math/pull/15.patch", + "rebaseable": null, + "requested_reviewers": [], + "requested_teams": [], + "review_comment_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/comments{/number}", + "review_comments": 0, + "review_comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15/comments", + "state": "closed", + "statuses_url": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/c2c7ead1d62265c25ac4f2ba6682b6024dc72cc9", + "title": "versi 1.2.3", + "updated_at": "2024-06-28T06:34:10Z", + "url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls/15", + "user": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + } + }, + "repository": { + "allow_forking": true, + "archive_url": "https://api.github.com/repos/syaiful-aa/quick_math/{archive_format}{/ref}", + "archived": false, + "assignees_url": "https://api.github.com/repos/syaiful-aa/quick_math/assignees{/user}", + "blobs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/syaiful-aa/quick_math/branches{/branch}", + "clone_url": "https://github.com/syaiful-aa/quick_math.git", + "collaborators_url": "https://api.github.com/repos/syaiful-aa/quick_math/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/syaiful-aa/quick_math/comments{/number}", + "commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/commits{/sha}", + "compare_url": "https://api.github.com/repos/syaiful-aa/quick_math/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/syaiful-aa/quick_math/contents/{+path}", + "contributors_url": "https://api.github.com/repos/syaiful-aa/quick_math/contributors", + "created_at": "2023-07-10T05:30:12Z", + "default_branch": "main", + "deployments_url": "https://api.github.com/repos/syaiful-aa/quick_math/deployments", + "description": null, + "disabled": false, + "downloads_url": "https://api.github.com/repos/syaiful-aa/quick_math/downloads", + "events_url": "https://api.github.com/repos/syaiful-aa/quick_math/events", + "fork": false, + "forks": 0, + "forks_count": 0, + "forks_url": "https://api.github.com/repos/syaiful-aa/quick_math/forks", + "full_name": "syaiful-aa/quick_math", + "git_commits_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/tags{/sha}", + "git_url": "git://github.com/syaiful-aa/quick_math.git", + "has_discussions": false, + "has_downloads": true, + "has_issues": true, + "has_pages": false, + "has_projects": true, + "has_wiki": true, + "homepage": null, + "hooks_url": "https://api.github.com/repos/syaiful-aa/quick_math/hooks", + "html_url": "https://github.com/syaiful-aa/quick_math", + "id": 664494070, + "is_template": false, + "issue_comment_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues/events{/number}", + "issues_url": "https://api.github.com/repos/syaiful-aa/quick_math/issues{/number}", + "keys_url": "https://api.github.com/repos/syaiful-aa/quick_math/keys{/key_id}", + "labels_url": "https://api.github.com/repos/syaiful-aa/quick_math/labels{/name}", + "language": "CMake", + "languages_url": "https://api.github.com/repos/syaiful-aa/quick_math/languages", + "license": { + "key": "other", + "name": "Other", + "node_id": "MDc6TGljZW5zZTA=", + "spdx_id": "NOASSERTION", + "url": null + }, + "merges_url": "https://api.github.com/repos/syaiful-aa/quick_math/merges", + "milestones_url": "https://api.github.com/repos/syaiful-aa/quick_math/milestones{/number}", + "mirror_url": null, + "name": "quick_math", + "node_id": "R_kgDOJ5tf9g", + "notifications_url": "https://api.github.com/repos/syaiful-aa/quick_math/notifications{?since,all,participating}", + "open_issues": 0, + "open_issues_count": 0, + "owner": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + }, + "private": false, + "pulls_url": "https://api.github.com/repos/syaiful-aa/quick_math/pulls{/number}", + "pushed_at": "2024-06-28T06:34:04Z", + "releases_url": "https://api.github.com/repos/syaiful-aa/quick_math/releases{/id}", + "size": 14, + "ssh_url": "git@github.com:syaiful-aa/quick_math.git", + "stargazers_count": 0, + "stargazers_url": "https://api.github.com/repos/syaiful-aa/quick_math/stargazers", + "statuses_url": "https://api.github.com/repos/syaiful-aa/quick_math/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscribers", + "subscription_url": "https://api.github.com/repos/syaiful-aa/quick_math/subscription", + "svn_url": "https://github.com/syaiful-aa/quick_math", + "tags_url": "https://api.github.com/repos/syaiful-aa/quick_math/tags", + "teams_url": "https://api.github.com/repos/syaiful-aa/quick_math/teams", + "topics": [], + "trees_url": "https://api.github.com/repos/syaiful-aa/quick_math/git/trees{/sha}", + "updated_at": "2024-06-28T06:29:46Z", + "url": "https://api.github.com/repos/syaiful-aa/quick_math", + "visibility": "public", + "watchers": 0, + "watchers_count": 0, + "web_commit_signoff_required": false + }, + "sender": { + "avatar_url": "https://avatars.githubusercontent.com/u/121781504?v=4", + "events_url": "https://api.github.com/users/syaiful-aa/events{/privacy}", + "followers_url": "https://api.github.com/users/syaiful-aa/followers", + "following_url": "https://api.github.com/users/syaiful-aa/following{/other_user}", + "gists_url": "https://api.github.com/users/syaiful-aa/gists{/gist_id}", + "gravatar_id": "", + "html_url": "https://github.com/syaiful-aa", + "id": 121781504, + "login": "syaiful-aa", + "node_id": "U_kgDOB0I9AA", + "organizations_url": "https://api.github.com/users/syaiful-aa/orgs", + "received_events_url": "https://api.github.com/users/syaiful-aa/received_events", + "repos_url": "https://api.github.com/users/syaiful-aa/repos", + "site_admin": false, + "starred_url": "https://api.github.com/users/syaiful-aa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/syaiful-aa/subscriptions", + "type": "User", + "url": "https://api.github.com/users/syaiful-aa" + } + }, + "server_url": "https://github.com", + "api_url": "https://api.github.com", + "graphql_url": "https://api.github.com/graphql", + "ref_name": "main", + "ref_protected": true, + "ref_type": "branch", + "secret_source": "Actions", + "workflow_ref": "syaiful-aa/quick_math/.github/workflows/update-main-version.yml@refs/heads/main", + "workflow_sha": "e629901bf05e9149e5a73ed9dfed274d00fd3744", + "workspace": "/home/runner/work/quick_math/quick_math", + "action": "__run" +} \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 1ac9de0..eea6345 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: quick_math description: A new Flutter package project. -version: 1.2.3 +version: 1.2.4 homepage: environment: