)]}'
{
  "log": [
    {
      "commit": "953e057dc81d3458935a18d1184c386b0f6b5738",
      "tree": "311cbd32f831095fc5ba49cb8800fdb2def6962b",
      "parents": [
        "f4a33154219b13dbb1e171695d6f03810f3a7b47"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Nov 01 21:00:39 2020 +0100"
      },
      "committer": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Nov 01 21:11:59 2020 +0100"
      },
      "message": "Fix case of running cancel for different workflow\n\nDuring 4.3 the case with different workflow was broken.\nThis is a fix to this problem.\n"
    },
    {
      "commit": "f4a33154219b13dbb1e171695d6f03810f3a7b47",
      "tree": "74d2a6e20f2cbdc91bb2dedc3f29ecc2f4c076ca",
      "parents": [
        "169f1694e07cdfff421539599c048cdc276e2a00"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Nov 01 19:01:45 2020 +0100"
      },
      "committer": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Nov 01 19:10:36 2020 +0100"
      },
      "message": "Fixed too-agressive (cross-branches) cancelling\n\nThere was an error introduced in v4_3 that cancelled cross-PR builds\n\nThis change fixes it\n"
    },
    {
      "commit": "169f1694e07cdfff421539599c048cdc276e2a00",
      "tree": "7977ccb46d2c7699bb5403c0bd63cbf550dce0e8",
      "parents": [
        "f06d03cd576a179ea5169d048dbd8c8d73757b52"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Nov 01 18:29:19 2020 +0100"
      },
      "committer": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Nov 01 18:31:08 2020 +0100"
      },
      "message": "Revert problem with non-iterable data.jobs sometimes.\n\nThe data.jobs is apparently deprecated but getting rid of it\ncauses data not iterable sometimes. Before investigation we want to\nrevert that to stop failures from happening\n"
    },
    {
      "commit": "f06d03cd576a179ea5169d048dbd8c8d73757b52",
      "tree": "9134ceff043f2fe133bf04398448d7655b7d6bcb",
      "parents": [
        "19f8bd20fd32b5b1d7857036b98e62550a442616"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Nov 01 17:41:54 2020 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 01 17:41:54 2020 +0100"
      },
      "message": "Adds self-preservation mechanism. (#12)\n\nThis mechanism is useful in some edge-cases, especially when you\r\nre-run a build and you base the cancelling on named jobs, the\r\njobs might get the name in the previous run and when re-running,\r\nthe action might cancel its own run."
    },
    {
      "commit": "19f8bd20fd32b5b1d7857036b98e62550a442616",
      "tree": "52ba4ffd8f34fca85cc324968734a16c6320dcc3",
      "parents": [
        "99869d37d982384d18c79539b67df94f17557cbe"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Nov 01 13:58:15 2020 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 01 13:58:15 2020 +0100"
      },
      "message": "Adds allDuplicatedNamedJobs mode (#11)\n\n"
    },
    {
      "commit": "99869d37d982384d18c79539b67df94f17557cbe",
      "tree": "ec714eead4a5581fdbee7766743664f9ee246659",
      "parents": [
        "c8448eb1e435664b3731ea1ead2efa0d1bb83b5b"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sat Oct 31 18:18:25 2020 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 31 18:18:25 2020 +0100"
      },
      "message": "Adds \u0027allDuplicates\u0027 mode of cancelling (#10)\n\n"
    },
    {
      "commit": "c8448eb1e435664b3731ea1ead2efa0d1bb83b5b",
      "tree": "c2c1fd4d8c438440bda6feb99a21242271a771bc",
      "parents": [
        "0acb1c01f6740dfbca6eab6e21a5b5066e8bafb3"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Fri Oct 30 19:32:07 2020 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Oct 30 19:32:07 2020 +0100"
      },
      "message": "Add feature of cancelling future duplicates (enabled by default) (#9)\n\n"
    },
    {
      "commit": "0acb1c01f6740dfbca6eab6e21a5b5066e8bafb3",
      "tree": "115e9db35b04be2abb4570875b350a4b338af60a",
      "parents": [
        "f696c622a83e4a63fff74848d3b149074658607d"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Tue Oct 20 08:14:31 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 20 08:14:31 2020 +0200"
      },
      "message": "Adds cancelling workflows by name (#8)\n\n"
    },
    {
      "commit": "f696c622a83e4a63fff74848d3b149074658607d",
      "tree": "4b9d12a50e379e30f8dcaf15ddb72a1cc80d11b2",
      "parents": [
        "ca4b70a6910d33990e16d95e0c116914cdc0dfd0"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sat Oct 10 15:11:03 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 10 15:11:03 2020 +0200"
      },
      "message": "Added capability of skipping some event types (#7)\n\n"
    },
    {
      "commit": "ca4b70a6910d33990e16d95e0c116914cdc0dfd0",
      "tree": "f5404c7249946044cf72e5fba8adda7e76f0128b",
      "parents": [
        "0ba85cabd56ddb3e40adf6dc76ae4bf7ee88461e"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Wed Oct 07 18:26:55 2020 +0200"
      },
      "committer": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Wed Oct 07 18:28:00 2020 +0200"
      },
      "message": "Clarified README.\n"
    },
    {
      "commit": "0ba85cabd56ddb3e40adf6dc76ae4bf7ee88461e",
      "tree": "9969fa7603c9f4ea505d078c5837c7bc1b852f2b",
      "parents": [
        "e9e87cb7738dbb999654aa90d69359d62c9e4eae"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Wed Oct 07 18:22:15 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 07 18:22:15 2020 +0200"
      },
      "message": "Added optional message when cancelling workflow. (#6)\n\n"
    },
    {
      "commit": "e9e87cb7738dbb999654aa90d69359d62c9e4eae",
      "tree": "837d8d247834640d8560514058c8bf4fb36bbb03",
      "parents": [
        "f6b43a668c2a4743ab96d1f7da91b30b0240de14"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Oct 04 21:57:04 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 04 21:57:04 2020 +0200"
      },
      "message": "Added functionality for PR retrieving and notifying. (#5)\n\nIn case the workflow was triggered by a Pull Request,\r\nit finds out the PR that triggered it and notifies it (controlled\r\nby the parameters specified):\r\n\r\n* when the workflow is started with specified message\r\n* when any other PR is cancelled, it is notificed with\r\n  explainiing the reason why it has been cancelled."
    },
    {
      "commit": "f6b43a668c2a4743ab96d1f7da91b30b0240de14",
      "tree": "157acd8dd5fb5ab9df28e7939ba131c1ae077823",
      "parents": [
        "f0545153d506a7e63e2494d0113695f67f1a260e"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sat Aug 29 14:10:50 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 29 14:10:50 2020 +0200"
      },
      "message": "Fix pre commit failing on modified ts code (#4)\n\n* The npm release step will not add generated files automaticaly\r\n\r\nPreviously the release step was adding the generated dist\r\nfiles to git automatically, which was not a good idea because\r\npre-commit did not fail in case someone modified the .ts file\r\n\r\nNow the pre-commit check for npm will behave like all other\r\npre-commit checks - if a file will be modified by the check,\r\nthe file will not be added and pre-commit check will fail\r\nallowing the author to add the file manually.\r\n"
    },
    {
      "commit": "f0545153d506a7e63e2494d0113695f67f1a260e",
      "tree": "e6176bbf9bdc249c81205a2c80481cf260d43a28",
      "parents": [
        "70a45868a57b8d47a1ec696865d49a6ddce5b74c"
      ],
      "author": {
        "name": "Tobiasz Kędzierski",
        "email": "tobiaszkedzierski@gmail.com",
        "time": "Sat Aug 29 13:47:05 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 29 13:47:05 2020 +0200"
      },
      "message": "Add workflow_dispatch event to cancellable runs (#3)\n\n"
    },
    {
      "commit": "70a45868a57b8d47a1ec696865d49a6ddce5b74c",
      "tree": "9aef8e486ac0d5a0de31475b9aa0aa2c71ab6b06",
      "parents": [
        "2210b4b3ae7b65d20c85f1d46048788fac31e7b9",
        "7dc574153737e89e25bbdf05a28ea013ba00b6a0"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sat Aug 29 12:42:49 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 29 12:42:49 2020 +0200"
      },
      "message": "Merge pull request #2 from TobKed/Fix-example\n\nFix example"
    },
    {
      "commit": "7dc574153737e89e25bbdf05a28ea013ba00b6a0",
      "tree": "9aef8e486ac0d5a0de31475b9aa0aa2c71ab6b06",
      "parents": [
        "2210b4b3ae7b65d20c85f1d46048788fac31e7b9"
      ],
      "author": {
        "name": "Tobiasz Kędzierski",
        "email": "tobiaszkedzierski@gmail.com",
        "time": "Sat Aug 29 12:16:37 2020 +0200"
      },
      "committer": {
        "name": "Tobiasz Kędzierski",
        "email": "tobiasz.kedzierski@polidea.com",
        "time": "Sat Aug 29 12:29:10 2020 +0200"
      },
      "message": "Fix example\n"
    },
    {
      "commit": "2210b4b3ae7b65d20c85f1d46048788fac31e7b9",
      "tree": "e0446186925288659287868fce82aaf9aea797e5",
      "parents": [
        "9fd86165ce7966ab9e9277f9603e281b8ae8bbca"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Fri Aug 07 17:51:56 2020 +0200"
      },
      "committer": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Tue Aug 18 00:46:38 2020 +0200"
      },
      "message": "Move to workflow_run triggered cancelling\n\nAfter Github Actions introduced `workflow_run` triggere it is\nno longer needed to cancel pull request runs from forks via\nscheduled runs.\n\nSeveral `cancelModes` were introduced in order to handle all\ncases where canceling runs is desired.\n\nDocumentation has been improved showing all cases\nand examples how you should implement your own workflow\nin those cases.\n"
    },
    {
      "commit": "9fd86165ce7966ab9e9277f9603e281b8ae8bbca",
      "tree": "1cca8b031dd502f2efec453d6a3ad2f6d7e65c32",
      "parents": [
        "f0bf36ae0bb733d9cdd659316aaf3d2003b09366"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Jul 26 17:01:53 2020 +0200"
      },
      "committer": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Jul 26 17:01:53 2020 +0200"
      },
      "message": "Fixed docs\n"
    },
    {
      "commit": "f0bf36ae0bb733d9cdd659316aaf3d2003b09366",
      "tree": "eaf53a8eb63075421ff8dc666bb18c6ff3929cab",
      "parents": [
        "2e3c1893986568a2197c41957b9c809cbcf1a61e"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sat Jul 25 20:57:09 2020 +0200"
      },
      "committer": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Sun Jul 26 16:27:10 2020 +0200"
      },
      "message": "Adds cancelling of latest job when certain jobs failed\n"
    },
    {
      "commit": "2e3c1893986568a2197c41957b9c809cbcf1a61e",
      "tree": "0466e2df0bbedc7b782b1243624c26cd28126006",
      "parents": [
        "de231f592ec85e392b4580d3ed3336922c024e52",
        "6cc4a33ca01b2c5983cfec0351f4041b719eb6b4"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason@stacksmash.com",
        "time": "Thu May 21 02:23:05 2020 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 21 02:23:05 2020 -0500"
      },
      "message": "Merge pull request #5 from jamesnetherton/fixup-warnings\n\nAdd workflow parameter to inputs list"
    },
    {
      "commit": "6cc4a33ca01b2c5983cfec0351f4041b719eb6b4",
      "tree": "0466e2df0bbedc7b782b1243624c26cd28126006",
      "parents": [
        "de231f592ec85e392b4580d3ed3336922c024e52"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Wed May 20 15:36:21 2020 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Wed May 20 15:36:21 2020 +0100"
      },
      "message": "Add workflow parameter to inputs list\n"
    },
    {
      "commit": "de231f592ec85e392b4580d3ed3336922c024e52",
      "tree": "9cab8767b98263a949b89fc802fc2e8e278a5cc8",
      "parents": [
        "7d3eeffe6c69cdc0932784e808171dbaaf23794a",
        "f4aa9bbae09d3063b190dd9ee1676cb3d768c45f"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason@stacksmash.com",
        "time": "Tue May 05 23:12:05 2020 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 05 23:12:05 2020 -0500"
      },
      "message": "Merge pull request #3 from n1hility/dependabot/npm_and_yarn/actions/http-client-1.0.8\n\nBump @actions/http-client from 1.0.4 to 1.0.8"
    },
    {
      "commit": "7d3eeffe6c69cdc0932784e808171dbaaf23794a",
      "tree": "e5de7c25d92da99288e26b7201ba7138545a8b56",
      "parents": [
        "0180a5b4d9039da27ff05fae7301675e80b41b1d",
        "cc3b6f2c35013ba77421c235280204cf5aec7415"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason@stacksmash.com",
        "time": "Tue May 05 23:11:30 2020 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 05 23:11:30 2020 -0500"
      },
      "message": "Merge pull request #2 from n1hility/dependabot/npm_and_yarn/acorn-5.7.4\n\nBump acorn from 5.7.3 to 5.7.4"
    },
    {
      "commit": "f4aa9bbae09d3063b190dd9ee1676cb3d768c45f",
      "tree": "9411f86bfd79f039251ca6c445fdab0fa009a116",
      "parents": [
        "0180a5b4d9039da27ff05fae7301675e80b41b1d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 29 18:01:23 2020 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 29 18:01:23 2020 +0000"
      },
      "message": "Bump @actions/http-client from 1.0.4 to 1.0.8\n\nBumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.4 to 1.0.8.\n- [Release notes](https://github.com/actions/http-client/releases)\n- [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)\n- [Commits](https://github.com/actions/http-client/commits)\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "cc3b6f2c35013ba77421c235280204cf5aec7415",
      "tree": "e5de7c25d92da99288e26b7201ba7138545a8b56",
      "parents": [
        "0180a5b4d9039da27ff05fae7301675e80b41b1d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 16 01:53:34 2020 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 16 01:53:34 2020 +0000"
      },
      "message": "Bump acorn from 5.7.3 to 5.7.4\n\nBumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.\n- [Release notes](https://github.com/acornjs/acorn/releases)\n- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0180a5b4d9039da27ff05fae7301675e80b41b1d",
      "tree": "1e9d4ab578329e1f105f6a889894c827990000be",
      "parents": [
        "953c92201f368370112ea2754545cb4468d89f12"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason@stacksmash.com",
        "time": "Sun Mar 01 19:28:57 2020 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 01 19:28:57 2020 -0600"
      },
      "message": "Update README.md"
    },
    {
      "commit": "953c92201f368370112ea2754545cb4468d89f12",
      "tree": "69fe020e7236c532e6aa81e80f1b77b4813127e1",
      "parents": [
        "888f33bf9b993bcd85b0910043e90965cc687e2c"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Wed Feb 19 15:16:11 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Wed Feb 19 15:16:11 2020 -0600"
      },
      "message": "realease\n"
    },
    {
      "commit": "888f33bf9b993bcd85b0910043e90965cc687e2c",
      "tree": "f0cc970c014d4409c5ae9e5a83811decc93a1f4b",
      "parents": [
        "022a420113e1728989d3567ab17607f356c47694"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Wed Feb 19 15:12:56 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Wed Feb 19 15:12:56 2020 -0600"
      },
      "message": "spelling\n"
    },
    {
      "commit": "022a420113e1728989d3567ab17607f356c47694",
      "tree": "757dbc461bb81665633c6d5585bd8f1a3add352c",
      "parents": [
        "35d676655f12a395cc2e49ba2f1fb24ac7a65c7f"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Wed Feb 19 15:04:37 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Wed Feb 19 15:04:37 2020 -0600"
      },
      "message": "Add branding info\n"
    },
    {
      "commit": "35d676655f12a395cc2e49ba2f1fb24ac7a65c7f",
      "tree": "e6644d4c4f904191e5088a8d0e820a0ee6e4fb0e",
      "parents": [
        "3f732de7373110ace759279f16752eba1334eaa9"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason@stacksmash.com",
        "time": "Wed Feb 19 14:59:37 2020 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 19 14:59:37 2020 -0600"
      },
      "message": "Update README.md"
    },
    {
      "commit": "3f732de7373110ace759279f16752eba1334eaa9",
      "tree": "463f774d3c6e437bc9340b0c307ff93daacc340d",
      "parents": [
        "0802ecf372e2ec66062812f10e6a1a7aa33b8eb3"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason@stacksmash.com",
        "time": "Wed Feb 19 00:39:53 2020 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 19 00:39:53 2020 -0600"
      },
      "message": "Update README.md"
    },
    {
      "commit": "0802ecf372e2ec66062812f10e6a1a7aa33b8eb3",
      "tree": "0701b8e70d0fa762461c93293359d8ef88c11625",
      "parents": [
        "70e4efc68f49a9d920814ec5182ac049db2d77af"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 23:03:34 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 23:03:34 2020 -0600"
      },
      "message": "optimize queries to only pull active statuses\n"
    },
    {
      "commit": "70e4efc68f49a9d920814ec5182ac049db2d77af",
      "tree": "513a3a65f8f771e43d682c53abd7df339c13a2a1",
      "parents": [
        "beb7c0e54fcf533a777cc94eaadbcc9dffe31e6b"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 23:00:27 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 23:00:27 2020 -0600"
      },
      "message": "Also filteer non pr and push events\n"
    },
    {
      "commit": "beb7c0e54fcf533a777cc94eaadbcc9dffe31e6b",
      "tree": "f3945cbda197a2311096a36089f716512f049a37",
      "parents": [
        "a38415f9b1bd6df21448f98b429f51cc2f3c412f"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 22:54:26 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 22:54:26 2020 -0600"
      },
      "message": "Also filteer non pr and push events\n"
    },
    {
      "commit": "a38415f9b1bd6df21448f98b429f51cc2f3c412f",
      "tree": "ade61d64571fa007ef580e8b349f822d5bec6c1e",
      "parents": [
        "3f0b5bcf961834fa3d9214acd5305e7c181d5d30"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 22:48:39 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 22:48:39 2020 -0600"
      },
      "message": "optimize queries to only pull active statuses\n"
    },
    {
      "commit": "3f0b5bcf961834fa3d9214acd5305e7c181d5d30",
      "tree": "f3a5c6211c2b846e1b7baa0f7414d1daaf8149ec",
      "parents": [
        "28fd9a740a7a34a3281f8130e85e6a7cb1bfa66c"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 16:24:50 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 18 16:24:50 2020 -0600"
      },
      "message": "Add initial support for schedule, and refactor accordingly\n"
    },
    {
      "commit": "28fd9a740a7a34a3281f8130e85e6a7cb1bfa66c",
      "tree": "132eebfe3e6e4fb1defc5064fc486099ab70e278",
      "parents": [
        "40bee3e7736ef97b456abb188f3e8a027aa48cce"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Thu Feb 06 13:27:47 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Thu Feb 06 13:27:47 2020 -0600"
      },
      "message": "release\n"
    },
    {
      "commit": "40bee3e7736ef97b456abb188f3e8a027aa48cce",
      "tree": "f76195c1b2fb52e61c2dc473449152369b54dad3",
      "parents": [
        "e41960ef5c41bce5c50c1382faf2743a394b4b2e"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Thu Feb 06 13:22:34 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Thu Feb 06 13:23:02 2020 -0600"
      },
      "message": "Add support for pull requests\n"
    },
    {
      "commit": "e41960ef5c41bce5c50c1382faf2743a394b4b2e",
      "tree": "3a57547fdd194d8ab4a86a2469b33fc772177441",
      "parents": [
        "24356dc8cce3420533d5b0fb5b1eea5ba60d22bc"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason@stacksmash.com",
        "time": "Tue Feb 04 09:41:14 2020 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 04 09:41:14 2020 -0600"
      },
      "message": "Update README.md"
    },
    {
      "commit": "24356dc8cce3420533d5b0fb5b1eea5ba60d22bc",
      "tree": "658ab20a6559b49b00afa70b71a14d0bb6d2baab",
      "parents": [
        "6595731233df96cc183f56db9db19a4313e7febf"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 03:35:49 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 03:36:35 2020 -0600"
      },
      "message": "Reenable branch filtering\n"
    },
    {
      "commit": "6595731233df96cc183f56db9db19a4313e7febf",
      "tree": "2b3b1b16b5b3ce567fb53360b26534758b09d1d9",
      "parents": [
        "db63ce1a50987abd5ce462a79f12d93080c69160"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 03:26:38 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 03:26:38 2020 -0600"
      },
      "message": "Add additional validation\n"
    },
    {
      "commit": "db63ce1a50987abd5ce462a79f12d93080c69160",
      "tree": "21d6c9d685835f2921284ee322cf49880a3a37c9",
      "parents": [
        "8342de2ac3b7a70154b024b6a99756d76510165a"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 00:40:12 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 03:11:15 2020 -0600"
      },
      "message": "Fix pagination\n"
    },
    {
      "commit": "8342de2ac3b7a70154b024b6a99756d76510165a",
      "tree": "1e66157a8d4f5d8cb7c4be42940a3ef698347295",
      "parents": [
        "588db533970801c7b3707ff5bf7d3b5c938bfd5e"
      ],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 00:38:16 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 03:10:41 2020 -0600"
      },
      "message": "Add matrix\n"
    },
    {
      "commit": "588db533970801c7b3707ff5bf7d3b5c938bfd5e",
      "tree": "c22de812e99d5bc23f0d396377b618932c9a2a90",
      "parents": [],
      "author": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Mon Feb 03 21:21:55 2020 -0600"
      },
      "committer": {
        "name": "Jason T. Greene",
        "email": "jason.greene@redhat.com",
        "time": "Tue Feb 04 03:10:25 2020 -0600"
      },
      "message": "Initial impl\n"
    }
  ]
}
