Skip to content

[plugins] release action not waiting for all checks to complete. #88120

@ditman

Description

@ditman

The current release workflow uses a 3rd party action to wait for our Cirrus checks to successfully finish before publishing new plugins (code).

During my last cycle as a repo gardener, I've noticed that the release action has been completing successfully (and releasing) before all the Cirrus checks were complete:

Screen Shot 2021-08-11 at 6 27 12 PM

The "ignored" Cirrus checks are not deterministic (build-ipas (2x), build-apks (1x), analyze (1x)).

Here's the latest two runs where I noticed release completing before waiting for all the checks:

The action works by calling the Github Checks API to retrieve all checks docs, but it seems to not handle all of them some times? In the logs of the runs above, you'll see that the skipped checks are not even listed in the list of checks that the plugin waited for. The action seems to not be aware of those checks, but correctly waits for "the rest".

From the runs above, without attempting to expanding the Wait on all tests step , the Raw logs can be downloaded:

Screen Shot 2021-08-12 at 11 25 55 AM

Looking at the raw logs for this run, the action starts in line 1973 with the following command:

2021-08-12T00:26:34.6343746Z ##[command]/usr/bin/docker run --name bec5fa6629b4d7c9f47b090f76422fb4bc64f_e70390 --label 3bec5f --workdir /github/workspace --rm -e DEFAULT_BRANCH -e INPUT_REF -e INPUT_RUNNING-WORKFLOW-NAME -e INPUT_REPO-TOKEN -e INPUT_WAIT-INTERVAL -e INPUT_ALLOWED-CONCLUSIONS -e INPUT_CHECK-NAME -e INPUT_CHECK-REGEXP -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/plugins/plugins":"/github/workspace" 3bec5f:a6629b4d7c9f47b090f76422fb4bc64f  "1ac46e159c5d560df0cb716b36e622ad4f8f188c" "" "" "***" "180" "release" "success"

The next line is a big "JSON" (not quite, but close enough to pretty-print) with a list of the actions that the plugin will wait for:

(browser-freezing, pretty-printed first JSON output)
[
    {
        :id=>3306791841,
        :name=>"build_all_plugins_apk CHANNEL:master",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODQx",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5651069888888832",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791841",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791841",
        :details_url=>"https://cirrus-ci.com/task/5651069888888832",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 03 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791841/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791835,
        :name=>"build-macos+drive-examples CHANNEL:stable",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODM1",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5686254260977664",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791835",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791835",
        :details_url=>"https://cirrus-ci.com/task/5686254260977664",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 03 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791835/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791831,
        :name=>"build-apks+android-unit+firebase-test-lab CHANNEL:master PLUGIN_SHARDING:--shardIndex 0 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODMx",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5791807377244160",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791831",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791831",
        :details_url=>"https://cirrus-ci.com/task/5791807377244160",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 03 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791831/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791830,
        :name=>"build_all_plugins_web CHANNEL:master",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODMw",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6214019842310144",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791830",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791830",
        :details_url=>"https://cirrus-ci.com/task/6214019842310144",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 03 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791830/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791829,
        :name=>"build_all_plugins_macos CHANNEL:stable",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODI5",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6706601051553792",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791829",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791829",
        :details_url=>"https://cirrus-ci.com/task/6706601051553792",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 03 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791829/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791828,
        :name=>"build-ipas+drive-examples CHANNEL:stable PLUGIN_SHARDING:--shardIndex 0 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODI4",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6565863563198464",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791828",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791828",
        :details_url=>"https://cirrus-ci.com/task/6565863563198464",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791828/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791826,
        :name=>"build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 3 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODI2",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5017751191289856",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791826",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791826",
        :details_url=>"https://cirrus-ci.com/task/5017751191289856",
        :status=>"in_progress",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 26: 18 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791826/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791825,
        :name=>"build-apks+android-unit+firebase-test-lab CHANNEL:stable PLUGIN_SHARDING:--shardIndex 2 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODI1",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5510332400533504",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791825",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791825",
        :details_url=>"https://cirrus-ci.com/task/5510332400533504",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791825/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791824,
        :name=>"build-macos+drive-examples CHANNEL:master",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODI0",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"4560354354135040",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791824",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791824",
        :details_url=>"https://cirrus-ci.com/task/4560354354135040",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791824/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791823,
        :name=>"build-ipas+drive-examples CHANNEL:stable PLUGIN_SHARDING:--shardIndex 3 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODIz",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6143651098132480",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791823",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791823",
        :details_url=>"https://cirrus-ci.com/task/6143651098132480",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791823/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791821,
        :name=>"build_all_plugins_ipa CHANNEL:master",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODIx",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"4877013702934528",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791821",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791821",
        :details_url=>"https://cirrus-ci.com/task/4877013702934528",
        :status=>"in_progress",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 26: 16 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791821/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791819,
        :name=>"build_all_plugins_ipa CHANNEL:stable",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODE5",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6002913609777152",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791819",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791819",
        :details_url=>"https://cirrus-ci.com/task/6002913609777152",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791819/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791817,
        :name=>"build-ipas+drive-examples CHANNEL:stable PLUGIN_SHARDING:--shardIndex 2 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODE3",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6425126074843136",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791817",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791817",
        :details_url=>"https://cirrus-ci.com/task/6425126074843136",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791817/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791816,
        :name=>"build-apks+android-unit+firebase-test-lab CHANNEL:master PLUGIN_SHARDING:--shardIndex 2 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODE2",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6073282353954816",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791816",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791816",
        :details_url=>"https://cirrus-ci.com/task/6073282353954816",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791816/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791815,
        :name=>"build-apks+android-unit+firebase-test-lab CHANNEL:master PLUGIN_SHARDING:--shardIndex 3 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODE1",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6636232307376128",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791815",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791815",
        :details_url=>"https://cirrus-ci.com/task/6636232307376128",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791815/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791811,
        :name=>"build-web+drive-examples CHANNEL:master",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODEx",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5721438633066496",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791811",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791811",
        :details_url=>"https://cirrus-ci.com/task/5721438633066496",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791811/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791810,
        :name=>"build-ipas+drive-examples CHANNEL:stable PLUGIN_SHARDING:--shardIndex 1 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODEw",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5862176121421824",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791810",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791810",
        :details_url=>"https://cirrus-ci.com/task/5862176121421824",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791810/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791809,
        :name=>"build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 1 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODA5",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"4736276214579200",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791809",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791809",
        :details_url=>"https://cirrus-ci.com/task/4736276214579200",
        :status=>"in_progress",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 26: 06 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791809/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791808,
        :name=>"build-apks+android-unit+firebase-test-lab CHANNEL:master PLUGIN_SHARDING:--shardIndex 1 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODA4",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6354757330665472",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791808",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791808",
        :details_url=>"https://cirrus-ci.com/task/6354757330665472",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791808/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791807,
        :name=>"build-linux+drive-examples CHANNEL:stable",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODA3",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"4665907470401536",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791807",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791807",
        :details_url=>"https://cirrus-ci.com/task/4665907470401536",
        :status=>"in_progress",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 11 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791807/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791806,
        :name=>"build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 0 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODA2",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5439963656355840",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791806",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791806",
        :details_url=>"https://cirrus-ci.com/task/5439963656355840",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791806/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791805,
        :name=>"build_all_plugins_linux CHANNEL:stable",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODA1",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5369594912178176",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791805",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791805",
        :details_url=>"https://cirrus-ci.com/task/5369594912178176",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791805/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791804,
        :name=>"build_all_plugins_linux CHANNEL:master",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODA0",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5932544865599488",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791804",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791804",
        :details_url=>"https://cirrus-ci.com/task/5932544865599488",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791804/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791803,
        :name=>"lint_darwin_plugins",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODAz",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6284388586487808",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791803",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791803",
        :details_url=>"https://cirrus-ci.com/task/6284388586487808",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791803/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791802,
        :name=>"format",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODAy",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5035343377334272",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791802",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791802",
        :details_url=>"https://cirrus-ci.com/task/5035343377334272",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791802/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791801,
        :name=>"build-web+drive-examples CHANNEL:stable",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODAx",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5158488679645184",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791801",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791801",
        :details_url=>"https://cirrus-ci.com/task/5158488679645184",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791801/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791800,
        :name=>"build-apks+android-unit+firebase-test-lab CHANNEL:stable PLUGIN_SHARDING:--shardIndex 3 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxODAw",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"4595538726223872",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791800",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791800",
        :details_url=>"https://cirrus-ci.com/task/4595538726223872",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791800/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791799,
        :name=>"build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 2 --shardCount 4",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxNzk5",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"5299226168000512",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791799",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791799",
        :details_url=>"https://cirrus-ci.com/task/5299226168000512",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791799/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791798,
        :name=>"build_all_plugins_web CHANNEL:stable",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxNzk4",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"4806644958756864",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791798",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791798",
        :details_url=>"https://cirrus-ci.com/task/4806644958756864",
        :status=>"in_progress",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 11 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791798/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    },
    {
        :id=>3306791797,
        :name=>"analyze CHANNEL:master",
        :node_id=>"MDg6Q2hlY2tSdW4zMzA2NzkxNzk3",
        :head_sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
        :external_id=>"6724193237598208",
        :url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791797",
        :html_url=>"https://github.com/flutter/plugins/runs/3306791797",
        :details_url=>"https://cirrus-ci.com/task/6724193237598208",
        :status=>"queued",
        :conclusion=>nil,
        :started_at=>2021-08-12 00: 25: 02 UTC,
        :completed_at=>nil,
        :output=>{
            :title=>nil,
            :summary=>nil,
            :text=>nil,
            :annotations_count=>0,
            :annotations_url=>"https://api.github.com/repos/flutter/plugins/check-runs/3306791797/annotations"
        },
        :check_suite=>{
            :id=>3475652318
        },
        :app=>{
            :id=>3232,
            :slug=>"cirrus-ci",
            :node_id=>"MDM6QXBwMzIzMg==",
            :owner=>{
                :login=>"cirruslabs",
                :id=>29414678,
                :node_id=>"MDEyOk9yZ2FuaXphdGlvbjI5NDE0Njc4",
                :avatar_url=>"https://avatars.githubusercontent.com/u/29414678?v=4",
                :gravatar_id=>"",
                :url=>"https://api.github.com/users/cirruslabs",
                :html_url=>"https://github.com/cirruslabs",
                :followers_url=>"https://api.github.com/users/cirruslabs/followers",
                :following_url=>"https://api.github.com/users/cirruslabs/following{/other_user}",
                :gists_url=>"https://api.github.com/users/cirruslabs/gists{/gist_id}",
                :starred_url=>"https://api.github.com/users/cirruslabs/starred{/owner}{/repo}",
                :subscriptions_url=>"https://api.github.com/users/cirruslabs/subscriptions",
                :organizations_url=>"https://api.github.com/users/cirruslabs/orgs",
                :repos_url=>"https://api.github.com/users/cirruslabs/repos",
                :events_url=>"https://api.github.com/users/cirruslabs/events{/privacy}",
                :received_events_url=>"https://api.github.com/users/cirruslabs/received_events",
                :type=>"Organization",
                :site_admin=>false
            },
            :name=>"Cirrus CI",
            :description=>"Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.",
            :external_url=>"https://cirrus-ci.com",
            :html_url=>"https://github.com/apps/cirrus-ci",
            :created_at=>2017-06-21 15: 35: 40 UTC,
            :updated_at=>2018-08-27 11: 48: 50 UTC,
            :permissions=>{
                :checks=>"write",
                :contents=>"read",
                :content_references=>"write",
                :members=>"read",
                :metadata=>"read",
                :pull_requests=>"read",
                :single_file=>"read",
                :statuses=>"write"
            },
            :events=>[
                "check_suite",
                "content_reference",
                "create",
                "delete",
                "public",
                "pull_request",
                "push",
                "release",
                "repository"
            ]
        },
        :pull_requests=>[
            {
                :url=>"https://api.github.com/repos/vudiemquynh0911/plugins/pulls/4",
                :id=>652327813,
                :number=>4,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"10ebe9a95462159d61ac9145a14cac8b106386d8",
                    :repo=>{
                        :id=>299554309,
                        :url=>"https://api.github.com/repos/vudiemquynh0911/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/edwinwu2014/plugins/pulls/3",
                :id=>394724362,
                :number=>3,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"d0ff1ad500ce4cf67a1f4d5cb490a1b6dd6323f3",
                    :repo=>{
                        :id=>226066306,
                        :url=>"https://api.github.com/repos/edwinwu2014/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Cheney2006/plugins/pulls/1",
                :id=>356205481,
                :number=>1,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"01f84a9745487c60c3f7a62906a25c08e7d8806e",
                    :repo=>{
                        :id=>224819495,
                        :url=>"https://api.github.com/repos/Cheney2006/plugins",
                        :name=>"plugins"
                    }
                }
            },
            {
                :url=>"https://api.github.com/repos/Mattlk13/plugins/pulls/103",
                :id=>301913626,
                :number=>103,
                :head=>{
                    :ref=>"master",
                    :sha=>"1ac46e159c5d560df0cb716b36e622ad4f8f188c",
                    :repo=>{
                        :id=>88650014,
                        :url=>"https://api.github.com/repos/flutter/plugins",
                        :name=>"plugins"
                    }
                },
                :base=>{
                    :ref=>"master",
                    :sha=>"da580fceb91d196bba07c1145e3ed9eca1e86d64",
                    :repo=>{
                        :id=>146269055,
                        :url=>"https://api.github.com/repos/Mattlk13/plugins",
                        :name=>"plugins"
                    }
                }
            }
        ]
    }
]

If we assume that the top-level entries of the array are all the checks that the action will wait for, we'll see that it's only aware of 30 for this run (you can do this by finding via regex: ^\s{4}\{, or your favorite JSON parsing mechanism).

Indeed, when the plugin reports success, only 30 checks are listed (lines 2003 to 2033 in the logs):

2021-08-12T01:08:48.3997862Z Checks completed:
2021-08-12T01:08:48.4002008Z build_all_plugins_apk CHANNEL:master: completed (success)
2021-08-12T01:08:48.4004026Z build-macos+drive-examples CHANNEL:stable: completed (success)
2021-08-12T01:08:48.4005808Z build-apks+android-unit+firebase-test-lab CHANNEL:master PLUGIN_SHARDING:--shardIndex 0 --shardCount 4: completed (success)
2021-08-12T01:08:48.4007355Z build_all_plugins_web CHANNEL:master: completed (success)
2021-08-12T01:08:48.4008157Z build_all_plugins_macos CHANNEL:stable: completed (success)
2021-08-12T01:08:48.4009539Z build-ipas+drive-examples CHANNEL:stable PLUGIN_SHARDING:--shardIndex 0 --shardCount 4: completed (success)
2021-08-12T01:08:48.4011211Z build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 3 --shardCount 4: completed (success)
2021-08-12T01:08:48.4013589Z build-apks+android-unit+firebase-test-lab CHANNEL:stable PLUGIN_SHARDING:--shardIndex 2 --shardCount 4: completed (success)
2021-08-12T01:08:48.4015268Z build-macos+drive-examples CHANNEL:master: completed (success)
2021-08-12T01:08:48.4016840Z build-ipas+drive-examples CHANNEL:stable PLUGIN_SHARDING:--shardIndex 3 --shardCount 4: completed (success)
2021-08-12T01:08:48.4017951Z build_all_plugins_ipa CHANNEL:master: completed (success)
2021-08-12T01:08:48.4018739Z build_all_plugins_ipa CHANNEL:stable: completed (success)
2021-08-12T01:08:48.4020075Z build-ipas+drive-examples CHANNEL:stable PLUGIN_SHARDING:--shardIndex 2 --shardCount 4: completed (success)
2021-08-12T01:08:48.4021993Z build-apks+android-unit+firebase-test-lab CHANNEL:master PLUGIN_SHARDING:--shardIndex 2 --shardCount 4: completed (success)
2021-08-12T01:08:48.4024596Z build-apks+android-unit+firebase-test-lab CHANNEL:master PLUGIN_SHARDING:--shardIndex 3 --shardCount 4: completed (success)
2021-08-12T01:08:48.4026538Z build-web+drive-examples CHANNEL:master: completed (success)
2021-08-12T01:08:48.4027991Z build-ipas+drive-examples CHANNEL:stable PLUGIN_SHARDING:--shardIndex 1 --shardCount 4: completed (success)
2021-08-12T01:08:48.4029792Z build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 1 --shardCount 4: completed (success)
2021-08-12T01:08:48.4031939Z build-apks+android-unit+firebase-test-lab CHANNEL:master PLUGIN_SHARDING:--shardIndex 1 --shardCount 4: completed (success)
2021-08-12T01:08:48.4033456Z build-linux+drive-examples CHANNEL:stable: completed (success)
2021-08-12T01:08:48.4034765Z build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 0 --shardCount 4: completed (success)
2021-08-12T01:08:48.4035774Z build_all_plugins_linux CHANNEL:stable: completed (success)
2021-08-12T01:08:48.4036703Z build_all_plugins_linux CHANNEL:master: completed (success)
2021-08-12T01:08:48.4037434Z lint_darwin_plugins: completed (success)
2021-08-12T01:08:48.4038090Z format: completed (success)
2021-08-12T01:08:48.4039090Z build-web+drive-examples CHANNEL:stable: completed (success)
2021-08-12T01:08:48.4040803Z build-apks+android-unit+firebase-test-lab CHANNEL:stable PLUGIN_SHARDING:--shardIndex 3 --shardCount 4: completed (success)
2021-08-12T01:08:48.4042920Z build-ipas+drive-examples CHANNEL:master PLUGIN_SHARDING:--shardIndex 2 --shardCount 4: completed (success)
2021-08-12T01:08:48.4044477Z build_all_plugins_web CHANNEL:stable: completed (success)
2021-08-12T01:08:48.4045145Z analyze CHANNEL:master: completed (success)

We currently have 40 checks. We probably only notice this when one (or more) of the "ignored" checks is a long-running one, that doesn't finish before all the others that the action is waiting for.

(There already exists an Iissue for the verbosity of the logs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High-priority issues at the top of the work listpackageflutter/packages repository. See also p: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions