generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5 #65
Merged
fuxingloh
merged 2 commits into
main
from
dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5
Mar 11, 2021
Merged
chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5 #65
fuxingloh
merged 2 commits into
main
from
dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5
Mar 11, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #65 +/- ##
=======================================
Coverage 95.09% 95.09%
=======================================
Files 11 11
Lines 204 204
Branches 68 68
=======================================
Hits 194 194
Partials 10 10 Continue to review full report at Codecov.
|
Debug Payload Information{
"payload": {
"action": "created",
"comment": {
"author_association": "NONE",
"body": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (a8a3cdb) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/4a8d1e43ff4c38a1397d9b2ac595df3da7e83227?el=desc) (4a8d1e4) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 71 68 -3 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [4a8d1e4...a8a3cdb](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n",
"created_at": "2021-03-01T05:56:02Z",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65#issuecomment-787666041",
"id": 787666041,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"node_id": "MDEyOklzc3VlQ29tbWVudDc4NzY2NjA0MQ==",
"performed_via_github_app": null,
"updated_at": "2021-03-01T05:56:02Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments/787666041",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"body": "Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"closed_at": null,
"comments": 3,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"created_at": "2021-03-01T05:54:38Z",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/events",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 818499641,
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"performed_via_github_app": null,
"pull_request": {
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"repository_url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"state": "open",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T05:56:02Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 5,
"open_issues_count": 5,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T05:54:53Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 2106,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-02-08T09:24:07Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"eventName": "issue_comment",
"sha": "4a8d1e43ff4c38a1397d9b2ac595df3da7e83227",
"ref": "refs/heads/main",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "codecov[bot]",
"job": "uses",
"runNumber": 336,
"runId": 609507020
} |
fuxingloh
approved these changes
Mar 1, 2021
Debug Payload Information{
"payload": {
"action": "edited",
"changes": {
"body": {
"from": "Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>"
}
},
"number": 65,
"pull_request": {
"_links": {
"comments": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments"
},
"commits": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits"
},
"html": {
"href": "https://github.com/fuxingloh/multi-labeler/pull/65"
},
"issue": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65"
},
"review_comment": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}"
},
"review_comments": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments"
},
"self": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"statuses": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea"
}
},
"active_lock_reason": null,
"additions": 12,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"auto_merge": null,
"base": {
"label": "fuxingloh:main",
"ref": "main",
"repo": {
"allow_merge_commit": false,
"allow_rebase_merge": false,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T05:59:31Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 2106,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sha": "4a8d1e43ff4c38a1397d9b2ac595df3da7e83227",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nIf you make any changes to it yourself then they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"changed_files": 2,
"closed_at": null,
"comments": 4,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"commits": 1,
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits",
"created_at": "2021-03-01T05:54:38Z",
"deletions": 13,
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"draft": false,
"head": {
"label": "fuxingloh:dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5",
"ref": "dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5",
"repo": {
"allow_merge_commit": false,
"allow_rebase_merge": false,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T05:59:31Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 2106,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sha": "a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 581749941,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"locked": false,
"maintainer_can_modify": false,
"merge_commit_sha": "0e46dbebe837e3ea94ca12852a28438b1a537cfb",
"mergeable": true,
"mergeable_state": "clean",
"merged": false,
"merged_at": null,
"merged_by": null,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"rebaseable": true,
"requested_reviewers": [],
"requested_teams": [],
"review_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}",
"review_comments": 0,
"review_comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments",
"state": "open",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T05:59:59Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T05:59:31Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 2106,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"eventName": "pull_request",
"sha": "0e46dbebe837e3ea94ca12852a28438b1a537cfb",
"ref": "refs/pull/65/merge",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "dependabot[bot]",
"job": "uses",
"runNumber": 339,
"runId": 609512903
} |
Debug Payload Information{
"payload": {
"action": "edited",
"changes": {
"body": {
"from": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (a8a3cdb) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/4a8d1e43ff4c38a1397d9b2ac595df3da7e83227?el=desc) (4a8d1e4) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 71 68 -3 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [4a8d1e4...a8a3cdb](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n"
}
},
"comment": {
"author_association": "NONE",
"body": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (a8a3cdb) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/4a8d1e43ff4c38a1397d9b2ac595df3da7e83227?el=desc) (4a8d1e4) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 71 68 -3 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [4a8d1e4...a8a3cdb](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n",
"created_at": "2021-03-01T05:56:02Z",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65#issuecomment-787666041",
"id": 787666041,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"node_id": "MDEyOklzc3VlQ29tbWVudDc4NzY2NjA0MQ==",
"performed_via_github_app": null,
"updated_at": "2021-03-01T06:00:18Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments/787666041",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nIf you make any changes to it yourself then they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"closed_at": null,
"comments": 5,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"created_at": "2021-03-01T05:54:38Z",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/events",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 818499641,
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"performed_via_github_app": null,
"pull_request": {
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"repository_url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"state": "open",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T06:00:18Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T05:59:31Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 2106,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"eventName": "issue_comment",
"sha": "d0c7d1c88b22b219931f07f6dea39d0d8757cd89",
"ref": "refs/heads/main",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "codecov[bot]",
"job": "uses",
"runNumber": 342,
"runId": 609513895
} |
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5
branch
from
March 1, 2021 09:02
a8a3cdb
to
5fdc6f1
Compare
Debug Payload Information{
"payload": {
"action": "synchronize",
"after": "5fdc6f16af8ddfe501a86022606c8195de8befba",
"before": "a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea",
"number": 65,
"pull_request": {
"_links": {
"comments": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments"
},
"commits": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits"
},
"html": {
"href": "https://github.com/fuxingloh/multi-labeler/pull/65"
},
"issue": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65"
},
"review_comment": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}"
},
"review_comments": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments"
},
"self": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"statuses": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/5fdc6f16af8ddfe501a86022606c8195de8befba"
}
},
"active_lock_reason": null,
"additions": 11,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"auto_merge": null,
"base": {
"label": "fuxingloh:main",
"ref": "main",
"repo": {
"allow_merge_commit": false,
"allow_rebase_merge": false,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:12Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sha": "d0c7d1c88b22b219931f07f6dea39d0d8757cd89",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"body": "Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"changed_files": 2,
"closed_at": null,
"comments": 6,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"commits": 1,
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits",
"created_at": "2021-03-01T05:54:38Z",
"deletions": 8,
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"draft": false,
"head": {
"label": "fuxingloh:dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5",
"ref": "dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5",
"repo": {
"allow_merge_commit": false,
"allow_rebase_merge": false,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:12Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sha": "5fdc6f16af8ddfe501a86022606c8195de8befba",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 581749941,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"locked": false,
"maintainer_can_modify": false,
"merge_commit_sha": "0e46dbebe837e3ea94ca12852a28438b1a537cfb",
"mergeable": null,
"mergeable_state": "unknown",
"merged": false,
"merged_at": null,
"merged_by": null,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"rebaseable": null,
"requested_reviewers": [],
"requested_teams": [],
"review_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}",
"review_comments": 0,
"review_comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments",
"state": "open",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/5fdc6f16af8ddfe501a86022606c8195de8befba",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T09:02:13Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:12Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"eventName": "pull_request",
"sha": "4a6297d628fc5a58a6965fb703d6c3d8b135e7b7",
"ref": "refs/pull/65/merge",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "dependabot[bot]",
"job": "uses",
"runNumber": 345,
"runId": 609938618
} |
Debug Payload Information{
"payload": {
"action": "edited",
"changes": {
"body": {
"from": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nIf you make any changes to it yourself then they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>"
}
},
"number": 65,
"pull_request": {
"_links": {
"comments": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments"
},
"commits": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits"
},
"html": {
"href": "https://github.com/fuxingloh/multi-labeler/pull/65"
},
"issue": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65"
},
"review_comment": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}"
},
"review_comments": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments"
},
"self": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"statuses": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea"
}
},
"active_lock_reason": null,
"additions": 12,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"auto_merge": null,
"base": {
"label": "fuxingloh:main",
"ref": "main",
"repo": {
"allow_merge_commit": false,
"allow_rebase_merge": false,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T05:59:31Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sha": "4a8d1e43ff4c38a1397d9b2ac595df3da7e83227",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"body": "Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"changed_files": 2,
"closed_at": null,
"comments": 6,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"commits": 1,
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits",
"created_at": "2021-03-01T05:54:38Z",
"deletions": 13,
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"draft": false,
"head": {
"label": "fuxingloh:dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5",
"ref": "dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5",
"repo": {
"allow_merge_commit": false,
"allow_rebase_merge": false,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T05:59:31Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sha": "a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 581749941,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"locked": false,
"maintainer_can_modify": false,
"merge_commit_sha": "0e46dbebe837e3ea94ca12852a28438b1a537cfb",
"mergeable": true,
"mergeable_state": "clean",
"merged": false,
"merged_at": null,
"merged_by": null,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"rebaseable": true,
"requested_reviewers": [],
"requested_teams": [],
"review_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}",
"review_comments": 0,
"review_comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments",
"state": "open",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T09:02:11Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T05:59:31Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"eventName": "pull_request",
"sha": "0e46dbebe837e3ea94ca12852a28438b1a537cfb",
"ref": "refs/pull/65/merge",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "dependabot[bot]",
"job": "uses",
"runNumber": 344,
"runId": 609938516
} |
Debug Payload Information{
"payload": {
"action": "edited",
"changes": {
"body": {
"from": "Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>"
}
},
"number": 65,
"pull_request": {
"_links": {
"comments": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments"
},
"commits": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits"
},
"html": {
"href": "https://github.com/fuxingloh/multi-labeler/pull/65"
},
"issue": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65"
},
"review_comment": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}"
},
"review_comments": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments"
},
"self": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"statuses": {
"href": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/5fdc6f16af8ddfe501a86022606c8195de8befba"
}
},
"active_lock_reason": null,
"additions": 11,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"auto_merge": null,
"base": {
"label": "fuxingloh:main",
"ref": "main",
"repo": {
"allow_merge_commit": false,
"allow_rebase_merge": false,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:13Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sha": "d0c7d1c88b22b219931f07f6dea39d0d8757cd89",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nIf you make any changes to it yourself then they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"changed_files": 2,
"closed_at": null,
"comments": 6,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"commits": 1,
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits",
"created_at": "2021-03-01T05:54:38Z",
"deletions": 8,
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"draft": false,
"head": {
"label": "fuxingloh:dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5",
"ref": "dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5",
"repo": {
"allow_merge_commit": false,
"allow_rebase_merge": false,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:13Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sha": "5fdc6f16af8ddfe501a86022606c8195de8befba",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 581749941,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"locked": false,
"maintainer_can_modify": false,
"merge_commit_sha": "0e46dbebe837e3ea94ca12852a28438b1a537cfb",
"mergeable": null,
"mergeable_state": "unknown",
"merged": false,
"merged_at": null,
"merged_by": null,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"rebaseable": null,
"requested_reviewers": [],
"requested_teams": [],
"review_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}",
"review_comments": 0,
"review_comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments",
"state": "open",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/5fdc6f16af8ddfe501a86022606c8195de8befba",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T09:02:13Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:13Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"eventName": "pull_request",
"sha": "4a6297d628fc5a58a6965fb703d6c3d8b135e7b7",
"ref": "refs/pull/65/merge",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "dependabot[bot]",
"job": "uses",
"runNumber": 346,
"runId": 609938619
} |
Debug Payload Information{
"payload": {
"action": "edited",
"changes": {
"body": {
"from": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (a8a3cdb) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/4a8d1e43ff4c38a1397d9b2ac595df3da7e83227?el=desc) (4a8d1e4) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 71 68 -3 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [4a8d1e4...a8a3cdb](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n"
}
},
"comment": {
"author_association": "NONE",
"body": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (a8a3cdb) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/d0c7d1c88b22b219931f07f6dea39d0d8757cd89?el=desc) (d0c7d1c) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 68 68 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [d0c7d1c...5fdc6f1](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n",
"created_at": "2021-03-01T05:56:02Z",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65#issuecomment-787666041",
"id": 787666041,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"node_id": "MDEyOklzc3VlQ29tbWVudDc4NzY2NjA0MQ==",
"performed_via_github_app": null,
"updated_at": "2021-03-01T09:02:16Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments/787666041",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nIf you make any changes to it yourself then they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"closed_at": null,
"comments": 6,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"created_at": "2021-03-01T05:54:38Z",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/events",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 818499641,
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"performed_via_github_app": null,
"pull_request": {
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"repository_url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"state": "open",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T09:02:16Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:13Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"eventName": "issue_comment",
"sha": "d0c7d1c88b22b219931f07f6dea39d0d8757cd89",
"ref": "refs/heads/main",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "codecov[bot]",
"job": "uses",
"runNumber": 347,
"runId": 609938735
} |
Debug Payload Information{
"payload": {
"action": "edited",
"changes": {
"body": {
"from": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (a8a3cdb) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/d0c7d1c88b22b219931f07f6dea39d0d8757cd89?el=desc) (d0c7d1c) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 68 68 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [d0c7d1c...5fdc6f1](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n"
}
},
"comment": {
"author_association": "NONE",
"body": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (a8a3cdb) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/d0c7d1c88b22b219931f07f6dea39d0d8757cd89?el=desc) (d0c7d1c) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 68 68 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [d0c7d1c...5fdc6f1](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n",
"created_at": "2021-03-01T05:56:02Z",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65#issuecomment-787666041",
"id": 787666041,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"node_id": "MDEyOklzc3VlQ29tbWVudDc4NzY2NjA0MQ==",
"performed_via_github_app": null,
"updated_at": "2021-03-01T09:02:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments/787666041",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nIf you make any changes to it yourself then they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"closed_at": null,
"comments": 8,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"created_at": "2021-03-01T05:54:38Z",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/events",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 818499641,
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"performed_via_github_app": null,
"pull_request": {
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"repository_url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"state": "open",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T09:02:34Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:21Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"eventName": "issue_comment",
"sha": "d0c7d1c88b22b219931f07f6dea39d0d8757cd89",
"ref": "refs/heads/main",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "codecov[bot]",
"job": "uses",
"runNumber": 352,
"runId": 609939662
} |
Debug Payload Information{
"payload": {
"action": "edited",
"changes": {
"body": {
"from": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (a8a3cdb) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/d0c7d1c88b22b219931f07f6dea39d0d8757cd89?el=desc) (d0c7d1c) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 68 68 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [d0c7d1c...5fdc6f1](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n"
}
},
"comment": {
"author_association": "NONE",
"body": "# [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=h1) Report\n> Merging [#65](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=desc) (5fdc6f1) into [main](https://codecov.io/gh/fuxingloh/multi-labeler/commit/d0c7d1c88b22b219931f07f6dea39d0d8757cd89?el=desc) (d0c7d1c) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=SOWIV1VVM1)](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## main #65 +/- ##\n=======================================\n Coverage 95.09% 95.09% \n=======================================\n Files 11 11 \n Lines 204 204 \n Branches 68 68 \n=======================================\n Hits 194 194 \n Partials 10 10 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=footer). Last update [d0c7d1c...5fdc6f1](https://codecov.io/gh/fuxingloh/multi-labeler/pull/65?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n",
"created_at": "2021-03-01T05:56:02Z",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65#issuecomment-787666041",
"id": 787666041,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"node_id": "MDEyOklzc3VlQ29tbWVudDc4NzY2NjA0MQ==",
"performed_via_github_app": null,
"updated_at": "2021-03-01T09:03:31Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments/787666041",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"body": "[//]: # (dependabot-start)\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nIf you make any changes to it yourself then they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"closed_at": null,
"comments": 11,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"created_at": "2021-03-01T05:54:38Z",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/events",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 818499641,
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"performed_via_github_app": null,
"pull_request": {
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"repository_url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"state": "open",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T09:03:31Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 4,
"open_issues_count": 4,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:02:21Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 3238,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T05:59:33Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/in/254?v=4",
"events_url": "https://api.github.com/users/codecov%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/codecov%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/codecov%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/codecov%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/codecov",
"id": 22429695,
"login": "codecov[bot]",
"node_id": "MDM6Qm90MjI0Mjk2OTU=",
"organizations_url": "https://api.github.com/users/codecov%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/codecov%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/codecov%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/codecov%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/codecov%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/codecov%5Bbot%5D"
}
},
"eventName": "issue_comment",
"sha": "d0c7d1c88b22b219931f07f6dea39d0d8757cd89",
"ref": "refs/heads/main",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "codecov[bot]",
"job": "uses",
"runNumber": 354,
"runId": 609942516
} |
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v24.1.3...v24.1.5) Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5
branch
from
March 1, 2021 09:42
5fdc6f1
to
df4f55d
Compare
Debug Payload Information{
"payload": {
"action": "deleted",
"comment": {
"author_association": "NONE",
"body": "<details><summary>Debug Payload Information</summary>\n\n```json\n{\n \"payload\": {\n \"action\": \"labeled\",\n \"label\": {\n \"color\": \"0366d6\",\n \"default\": false,\n \"description\": \"Pull requests that update a dependency file\",\n \"id\": 2654328223,\n \"name\": \"dependencies\",\n \"node_id\": \"MDU6TGFiZWwyNjU0MzI4MjIz\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies\"\n },\n \"number\": 65,\n \"pull_request\": {\n \"_links\": {\n \"comments\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments\"\n },\n \"commits\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits\"\n },\n \"html\": {\n \"href\": \"https://github.com/fuxingloh/multi-labeler/pull/65\"\n },\n \"issue\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/65\"\n },\n \"review_comment\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}\"\n },\n \"review_comments\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments\"\n },\n \"self\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65\"\n },\n \"statuses\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea\"\n }\n },\n \"active_lock_reason\": null,\n \"additions\": 12,\n \"assignee\": null,\n \"assignees\": [],\n \"author_association\": \"CONTRIBUTOR\",\n \"auto_merge\": null,\n \"base\": {\n \"label\": \"fuxingloh:main\",\n \"ref\": \"main\",\n \"repo\": {\n \"allow_merge_commit\": false,\n \"allow_rebase_merge\": false,\n \"allow_squash_merge\": true,\n \"archive_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}\",\n \"archived\": false,\n \"assignees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}\",\n \"clone_url\": \"https://github.com/fuxingloh/multi-labeler.git\",\n \"collaborators_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contributors\",\n \"created_at\": \"2021-01-13T09:32:38Z\",\n \"default_branch\": \"main\",\n \"delete_branch_on_merge\": true,\n \"deployments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/deployments\",\n \"description\": \"Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.\",\n \"disabled\": false,\n \"downloads_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/downloads\",\n \"events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/events\",\n \"fork\": false,\n \"forks\": 0,\n \"forks_count\": 0,\n \"forks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/forks\",\n \"full_name\": \"fuxingloh/multi-labeler\",\n \"git_commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}\",\n \"git_url\": \"git://github.com/fuxingloh/multi-labeler.git\",\n \"has_downloads\": true,\n \"has_issues\": true,\n \"has_pages\": false,\n \"has_projects\": true,\n \"has_wiki\": true,\n \"homepage\": \"\",\n \"hooks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/hooks\",\n \"html_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"id\": 329257641,\n \"issue_comment_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}\",\n \"language\": \"TypeScript\",\n \"languages_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/languages\",\n \"license\": {\n \"key\": \"mit\",\n \"name\": \"MIT License\",\n \"node_id\": \"MDc6TGljZW5zZTEz\",\n \"spdx_id\": \"MIT\",\n \"url\": \"https://api.github.com/licenses/mit\"\n },\n \"merges_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/merges\",\n \"milestones_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}\",\n \"mirror_url\": null,\n \"name\": \"multi-labeler\",\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=\",\n \"notifications_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}\",\n \"open_issues\": 5,\n \"open_issues_count\": 5,\n \"owner\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n },\n \"private\": false,\n \"pulls_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}\",\n \"pushed_at\": \"2021-03-01T05:54:38Z\",\n \"releases_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}\",\n \"size\": 2106,\n \"ssh_url\": \"[email protected]:fuxingloh/multi-labeler.git\",\n \"stargazers_count\": 3,\n \"stargazers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscription\",\n \"svn_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/tags\",\n \"teams_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/teams\",\n \"trees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}\",\n \"updated_at\": \"2021-02-08T09:24:07Z\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler\",\n \"watchers\": 3,\n \"watchers_count\": 3\n },\n \"sha\": \"4a8d1e43ff4c38a1397d9b2ac595df3da7e83227\",\n \"user\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n }\n },\n \"body\": \"Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\\n<details>\\n<summary>Release notes</summary>\\n<p><em>Sourced from <a href=\\\"https://github.com/jest-community/eslint-plugin-jest/releases\\\">eslint-plugin-jest's releases</a>.</em></p>\\n<blockquote>\\n<h2>v24.1.5</h2>\\n<h2><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\\\">24.1.5</a> (2021-02-17)</h2>\\n<h3>Bug Fixes</h3>\\n<ul>\\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\\\">#763</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\\\">d10dc07</a>)</li>\\n</ul>\\n<h2>v24.1.4</h2>\\n<h2><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\\\">24.1.4</a> (2021-02-16)</h2>\\n<h3>Bug Fixes</h3>\\n<ul>\\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\\\">#746</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\\\">3d847b2</a>)</li>\\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\\\">#745</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\\\">677be45</a>)</li>\\n</ul>\\n</blockquote>\\n</details>\\n<details>\\n<summary>Changelog</summary>\\n<p><em>Sourced from <a href=\\\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\\\">eslint-plugin-jest's changelog</a>.</em></p>\\n<blockquote>\\n<h2><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\\\">24.1.5</a> (2021-02-17)</h2>\\n<h3>Bug Fixes</h3>\\n<ul>\\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\\\">#763</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\\\">d10dc07</a>)</li>\\n</ul>\\n<h2><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\\\">24.1.4</a> (2021-02-16)</h2>\\n<h3>Bug Fixes</h3>\\n<ul>\\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\\\">#746</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\\\">3d847b2</a>)</li>\\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\\\">#745</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\\\">677be45</a>)</li>\\n</ul>\\n</blockquote>\\n</details>\\n<details>\\n<summary>Commits</summary>\\n<ul>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\\\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\\\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\\\">#763</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\\\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\\\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\\\">#745</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\\\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\\\">#746</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\\\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\\\">#761</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\\\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\\\">#760</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\\\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\\\">#758</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\\\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\\\">#755</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\\\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\\\">#753</a>)</li>\\n<li>Additional commits viewable in <a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\\\">compare view</a></li>\\n</ul>\\n</details>\\n<br />\\n\\n\\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\\n\\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\\n\\n[//]: # (dependabot-automerge-start)\\n[//]: # (dependabot-automerge-end)\\n\\n---\\n\\n<details>\\n<summary>Dependabot commands and options</summary>\\n<br />\\n\\nYou can trigger Dependabot actions by commenting on this PR:\\n- `@dependabot rebase` will rebase this PR\\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\\n- `@dependabot merge` will merge this PR after your CI passes on it\\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\\n- `@dependabot reopen` will reopen this PR if it is closed\\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\\n\\n\\n</details>\",\n \"changed_files\": 2,\n \"closed_at\": null,\n \"comments\": 0,\n \"comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments\",\n \"commits\": 1,\n \"commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits\",\n \"created_at\": \"2021-03-01T05:54:38Z\",\n \"deletions\": 13,\n \"diff_url\": \"https://github.com/fuxingloh/multi-labeler/pull/65.diff\",\n \"draft\": false,\n \"head\": {\n \"label\": \"fuxingloh:dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5\",\n \"ref\": \"dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5\",\n \"repo\": {\n \"allow_merge_commit\": false,\n \"allow_rebase_merge\": false,\n \"allow_squash_merge\": true,\n \"archive_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}\",\n \"archived\": false,\n \"assignees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}\",\n \"clone_url\": \"https://github.com/fuxingloh/multi-labeler.git\",\n \"collaborators_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contributors\",\n \"created_at\": \"2021-01-13T09:32:38Z\",\n \"default_branch\": \"main\",\n \"delete_branch_on_merge\": true,\n \"deployments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/deployments\",\n \"description\": \"Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.\",\n \"disabled\": false,\n \"downloads_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/downloads\",\n \"events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/events\",\n \"fork\": false,\n \"forks\": 0,\n \"forks_count\": 0,\n \"forks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/forks\",\n \"full_name\": \"fuxingloh/multi-labeler\",\n \"git_commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}\",\n \"git_url\": \"git://github.com/fuxingloh/multi-labeler.git\",\n \"has_downloads\": true,\n \"has_issues\": true,\n \"has_pages\": false,\n \"has_projects\": true,\n \"has_wiki\": true,\n \"homepage\": \"\",\n \"hooks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/hooks\",\n \"html_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"id\": 329257641,\n \"issue_comment_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}\",\n \"language\": \"TypeScript\",\n \"languages_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/languages\",\n \"license\": {\n \"key\": \"mit\",\n \"name\": \"MIT License\",\n \"node_id\": \"MDc6TGljZW5zZTEz\",\n \"spdx_id\": \"MIT\",\n \"url\": \"https://api.github.com/licenses/mit\"\n },\n \"merges_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/merges\",\n \"milestones_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}\",\n \"mirror_url\": null,\n \"name\": \"multi-labeler\",\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=\",\n \"notifications_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}\",\n \"open_issues\": 5,\n \"open_issues_count\": 5,\n \"owner\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n },\n \"private\": false,\n \"pulls_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}\",\n \"pushed_at\": \"2021-03-01T05:54:38Z\",\n \"releases_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}\",\n \"size\": 2106,\n \"ssh_url\": \"[email protected]:fuxingloh/multi-labeler.git\",\n \"stargazers_count\": 3,\n \"stargazers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscription\",\n \"svn_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/tags\",\n \"teams_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/teams\",\n \"trees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}\",\n \"updated_at\": \"2021-02-08T09:24:07Z\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler\",\n \"watchers\": 3,\n \"watchers_count\": 3\n },\n \"sha\": \"a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea\",\n \"user\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n }\n },\n \"html_url\": \"https://github.com/fuxingloh/multi-labeler/pull/65\",\n \"id\": 581749941,\n \"issue_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/65\",\n \"labels\": [\n {\n \"color\": \"0366d6\",\n \"default\": false,\n \"description\": \"Pull requests that update a dependency file\",\n \"id\": 2654328223,\n \"name\": \"dependencies\",\n \"node_id\": \"MDU6TGFiZWwyNjU0MzI4MjIz\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies\"\n }\n ],\n \"locked\": false,\n \"maintainer_can_modify\": false,\n \"merge_commit_sha\": \"15e142eb2288a0e352373aee6fbdca2aeecb69a2\",\n \"mergeable\": true,\n \"mergeable_state\": \"unstable\",\n \"merged\": false,\n \"merged_at\": null,\n \"merged_by\": null,\n \"milestone\": null,\n \"node_id\": \"MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx\",\n \"number\": 65,\n \"patch_url\": \"https://github.com/fuxingloh/multi-labeler/pull/65.patch\",\n \"rebaseable\": true,\n \"requested_reviewers\": [],\n \"requested_teams\": [],\n \"review_comment_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}\",\n \"review_comments\": 0,\n \"review_comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments\",\n \"state\": \"open\",\n \"statuses_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea\",\n \"title\": \"chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5\",\n \"updated_at\": \"2021-03-01T05:54:38Z\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65\",\n \"user\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/in/29110?v=4\",\n \"events_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/followers\",\n \"following_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/apps/dependabot\",\n \"id\": 49699333,\n \"login\": \"dependabot[bot]\",\n \"node_id\": \"MDM6Qm90NDk2OTkzMzM=\",\n \"organizations_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/orgs\",\n \"received_events_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/received_events\",\n \"repos_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions\",\n \"type\": \"Bot\",\n \"url\": \"https://api.github.com/users/dependabot%5Bbot%5D\"\n }\n },\n \"repository\": {\n \"archive_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}\",\n \"archived\": false,\n \"assignees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}\",\n \"clone_url\": \"https://github.com/fuxingloh/multi-labeler.git\",\n \"collaborators_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contributors\",\n \"created_at\": \"2021-01-13T09:32:38Z\",\n \"default_branch\": \"main\",\n \"deployments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/deployments\",\n \"description\": \"Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.\",\n \"disabled\": false,\n \"downloads_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/downloads\",\n \"events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/events\",\n \"fork\": false,\n \"forks\": 0,\n \"forks_count\": 0,\n \"forks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/forks\",\n \"full_name\": \"fuxingloh/multi-labeler\",\n \"git_commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}\",\n \"git_url\": \"git://github.com/fuxingloh/multi-labeler.git\",\n \"has_downloads\": true,\n \"has_issues\": true,\n \"has_pages\": false,\n \"has_projects\": true,\n \"has_wiki\": true,\n \"homepage\": \"\",\n \"hooks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/hooks\",\n \"html_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"id\": 329257641,\n \"issue_comment_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}\",\n \"language\": \"TypeScript\",\n \"languages_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/languages\",\n \"license\": {\n \"key\": \"mit\",\n \"name\": \"MIT License\",\n \"node_id\": \"MDc6TGljZW5zZTEz\",\n \"spdx_id\": \"MIT\",\n \"url\": \"https://api.github.com/licenses/mit\"\n },\n \"merges_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/merges\",\n \"milestones_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}\",\n \"mirror_url\": null,\n \"name\": \"multi-labeler\",\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=\",\n \"notifications_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}\",\n \"open_issues\": 5,\n \"open_issues_count\": 5,\n \"owner\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n },\n \"private\": false,\n \"pulls_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}\",\n \"pushed_at\": \"2021-03-01T05:54:38Z\",\n \"releases_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}\",\n \"size\": 2106,\n \"ssh_url\": \"[email protected]:fuxingloh/multi-labeler.git\",\n \"stargazers_count\": 3,\n \"stargazers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscription\",\n \"svn_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/tags\",\n \"teams_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/teams\",\n \"trees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}\",\n \"updated_at\": \"2021-02-08T09:24:07Z\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler\",\n \"watchers\": 3,\n \"watchers_count\": 3\n },\n \"sender\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/in/29110?v=4\",\n \"events_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/followers\",\n \"following_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/apps/dependabot\",\n \"id\": 49699333,\n \"login\": \"dependabot[bot]\",\n \"node_id\": \"MDM6Qm90NDk2OTkzMzM=\",\n \"organizations_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/orgs\",\n \"received_events_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/received_events\",\n \"repos_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions\",\n \"type\": \"Bot\",\n \"url\": \"https://api.github.com/users/dependabot%5Bbot%5D\"\n }\n },\n \"eventName\": \"pull_request\",\n \"sha\": \"15e142eb2288a0e352373aee6fbdca2aeecb69a2\",\n \"ref\": \"refs/pull/65/merge\",\n \"workflow\": \"CI\",\n \"action\": \"actionsgithub-script\",\n \"actor\": \"dependabot[bot]\",\n \"job\": \"uses\",\n \"runNumber\": 330,\n \"runId\": 609504921\n}\n```\n\n</details>",
"created_at": "2021-03-01T05:54:54Z",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65#issuecomment-787665446",
"id": 787665446,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"node_id": "MDEyOklzc3VlQ29tbWVudDc4NzY2NTQ0Ng==",
"performed_via_github_app": null,
"updated_at": "2021-03-01T05:54:54Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments/787665446",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/github-actions",
"id": 41898282,
"login": "github-actions[bot]",
"node_id": "MDM6Qm90NDE4OTgyODI=",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/github-actions%5Bbot%5D"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"body": "Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"closed_at": null,
"comments": 11,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"created_at": "2021-03-01T05:54:38Z",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/events",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 818499641,
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"performed_via_github_app": null,
"pull_request": {
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"repository_url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"state": "open",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-02T09:18:15Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 5,
"open_issues_count": 5,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:42:21Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 2158,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T09:41:28Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"eventName": "issue_comment",
"sha": "10ae20ae2bb3940bba593386516189564ab70697",
"ref": "refs/heads/main",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "fuxingloh",
"job": "uses",
"runNumber": 383,
"runId": 613500324
} |
Debug Payload Information{
"payload": {
"action": "deleted",
"comment": {
"author_association": "NONE",
"body": "<details><summary>Debug Payload Information</summary>\n\n```json\n{\n \"payload\": {\n \"action\": \"opened\",\n \"number\": 65,\n \"pull_request\": {\n \"_links\": {\n \"comments\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments\"\n },\n \"commits\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits\"\n },\n \"html\": {\n \"href\": \"https://github.com/fuxingloh/multi-labeler/pull/65\"\n },\n \"issue\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/65\"\n },\n \"review_comment\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}\"\n },\n \"review_comments\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments\"\n },\n \"self\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65\"\n },\n \"statuses\": {\n \"href\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea\"\n }\n },\n \"active_lock_reason\": null,\n \"additions\": 12,\n \"assignee\": null,\n \"assignees\": [],\n \"author_association\": \"CONTRIBUTOR\",\n \"auto_merge\": null,\n \"base\": {\n \"label\": \"fuxingloh:main\",\n \"ref\": \"main\",\n \"repo\": {\n \"allow_merge_commit\": false,\n \"allow_rebase_merge\": false,\n \"allow_squash_merge\": true,\n \"archive_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}\",\n \"archived\": false,\n \"assignees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}\",\n \"clone_url\": \"https://github.com/fuxingloh/multi-labeler.git\",\n \"collaborators_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contributors\",\n \"created_at\": \"2021-01-13T09:32:38Z\",\n \"default_branch\": \"main\",\n \"delete_branch_on_merge\": true,\n \"deployments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/deployments\",\n \"description\": \"Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.\",\n \"disabled\": false,\n \"downloads_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/downloads\",\n \"events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/events\",\n \"fork\": false,\n \"forks\": 0,\n \"forks_count\": 0,\n \"forks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/forks\",\n \"full_name\": \"fuxingloh/multi-labeler\",\n \"git_commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}\",\n \"git_url\": \"git://github.com/fuxingloh/multi-labeler.git\",\n \"has_downloads\": true,\n \"has_issues\": true,\n \"has_pages\": false,\n \"has_projects\": true,\n \"has_wiki\": true,\n \"homepage\": \"\",\n \"hooks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/hooks\",\n \"html_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"id\": 329257641,\n \"issue_comment_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}\",\n \"language\": \"TypeScript\",\n \"languages_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/languages\",\n \"license\": {\n \"key\": \"mit\",\n \"name\": \"MIT License\",\n \"node_id\": \"MDc6TGljZW5zZTEz\",\n \"spdx_id\": \"MIT\",\n \"url\": \"https://api.github.com/licenses/mit\"\n },\n \"merges_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/merges\",\n \"milestones_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}\",\n \"mirror_url\": null,\n \"name\": \"multi-labeler\",\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=\",\n \"notifications_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}\",\n \"open_issues\": 5,\n \"open_issues_count\": 5,\n \"owner\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n },\n \"private\": false,\n \"pulls_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}\",\n \"pushed_at\": \"2021-03-01T05:54:37Z\",\n \"releases_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}\",\n \"size\": 2106,\n \"ssh_url\": \"[email protected]:fuxingloh/multi-labeler.git\",\n \"stargazers_count\": 3,\n \"stargazers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscription\",\n \"svn_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/tags\",\n \"teams_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/teams\",\n \"trees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}\",\n \"updated_at\": \"2021-02-08T09:24:07Z\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler\",\n \"watchers\": 3,\n \"watchers_count\": 3\n },\n \"sha\": \"4a8d1e43ff4c38a1397d9b2ac595df3da7e83227\",\n \"user\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n }\n },\n \"body\": \"Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\\n<details>\\n<summary>Release notes</summary>\\n<p><em>Sourced from <a href=\\\"https://github.com/jest-community/eslint-plugin-jest/releases\\\">eslint-plugin-jest's releases</a>.</em></p>\\n<blockquote>\\n<h2>v24.1.5</h2>\\n<h2><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\\\">24.1.5</a> (2021-02-17)</h2>\\n<h3>Bug Fixes</h3>\\n<ul>\\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\\\">#763</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\\\">d10dc07</a>)</li>\\n</ul>\\n<h2>v24.1.4</h2>\\n<h2><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\\\">24.1.4</a> (2021-02-16)</h2>\\n<h3>Bug Fixes</h3>\\n<ul>\\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\\\">#746</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\\\">3d847b2</a>)</li>\\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\\\">#745</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\\\">677be45</a>)</li>\\n</ul>\\n</blockquote>\\n</details>\\n<details>\\n<summary>Changelog</summary>\\n<p><em>Sourced from <a href=\\\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\\\">eslint-plugin-jest's changelog</a>.</em></p>\\n<blockquote>\\n<h2><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\\\">24.1.5</a> (2021-02-17)</h2>\\n<h3>Bug Fixes</h3>\\n<ul>\\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\\\">#763</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\\\">d10dc07</a>)</li>\\n</ul>\\n<h2><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\\\">24.1.4</a> (2021-02-16)</h2>\\n<h3>Bug Fixes</h3>\\n<ul>\\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\\\">#746</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\\\">3d847b2</a>)</li>\\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\\\">#745</a>) (<a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\\\">677be45</a>)</li>\\n</ul>\\n</blockquote>\\n</details>\\n<details>\\n<summary>Commits</summary>\\n<ul>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\\\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\\\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\\\">#763</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\\\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\\\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\\\">#745</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\\\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\\\">#746</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\\\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\\\">#761</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\\\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\\\">#760</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\\\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\\\">#758</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\\\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\\\">#755</a>)</li>\\n<li><a href=\\\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\\\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\\\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\\\">#753</a>)</li>\\n<li>Additional commits viewable in <a href=\\\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\\\">compare view</a></li>\\n</ul>\\n</details>\\n<br />\\n\\n\\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\\n\\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\\n\\n[//]: # (dependabot-automerge-start)\\n[//]: # (dependabot-automerge-end)\\n\\n---\\n\\n<details>\\n<summary>Dependabot commands and options</summary>\\n<br />\\n\\nYou can trigger Dependabot actions by commenting on this PR:\\n- `@dependabot rebase` will rebase this PR\\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\\n- `@dependabot merge` will merge this PR after your CI passes on it\\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\\n- `@dependabot reopen` will reopen this PR if it is closed\\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\\n\\n\\n</details>\",\n \"changed_files\": 2,\n \"closed_at\": null,\n \"comments\": 0,\n \"comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments\",\n \"commits\": 1,\n \"commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/commits\",\n \"created_at\": \"2021-03-01T05:54:38Z\",\n \"deletions\": 13,\n \"diff_url\": \"https://github.com/fuxingloh/multi-labeler/pull/65.diff\",\n \"draft\": false,\n \"head\": {\n \"label\": \"fuxingloh:dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5\",\n \"ref\": \"dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5\",\n \"repo\": {\n \"allow_merge_commit\": false,\n \"allow_rebase_merge\": false,\n \"allow_squash_merge\": true,\n \"archive_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}\",\n \"archived\": false,\n \"assignees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}\",\n \"clone_url\": \"https://github.com/fuxingloh/multi-labeler.git\",\n \"collaborators_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contributors\",\n \"created_at\": \"2021-01-13T09:32:38Z\",\n \"default_branch\": \"main\",\n \"delete_branch_on_merge\": true,\n \"deployments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/deployments\",\n \"description\": \"Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.\",\n \"disabled\": false,\n \"downloads_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/downloads\",\n \"events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/events\",\n \"fork\": false,\n \"forks\": 0,\n \"forks_count\": 0,\n \"forks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/forks\",\n \"full_name\": \"fuxingloh/multi-labeler\",\n \"git_commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}\",\n \"git_url\": \"git://github.com/fuxingloh/multi-labeler.git\",\n \"has_downloads\": true,\n \"has_issues\": true,\n \"has_pages\": false,\n \"has_projects\": true,\n \"has_wiki\": true,\n \"homepage\": \"\",\n \"hooks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/hooks\",\n \"html_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"id\": 329257641,\n \"issue_comment_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}\",\n \"language\": \"TypeScript\",\n \"languages_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/languages\",\n \"license\": {\n \"key\": \"mit\",\n \"name\": \"MIT License\",\n \"node_id\": \"MDc6TGljZW5zZTEz\",\n \"spdx_id\": \"MIT\",\n \"url\": \"https://api.github.com/licenses/mit\"\n },\n \"merges_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/merges\",\n \"milestones_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}\",\n \"mirror_url\": null,\n \"name\": \"multi-labeler\",\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=\",\n \"notifications_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}\",\n \"open_issues\": 5,\n \"open_issues_count\": 5,\n \"owner\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n },\n \"private\": false,\n \"pulls_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}\",\n \"pushed_at\": \"2021-03-01T05:54:37Z\",\n \"releases_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}\",\n \"size\": 2106,\n \"ssh_url\": \"[email protected]:fuxingloh/multi-labeler.git\",\n \"stargazers_count\": 3,\n \"stargazers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscription\",\n \"svn_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/tags\",\n \"teams_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/teams\",\n \"trees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}\",\n \"updated_at\": \"2021-02-08T09:24:07Z\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler\",\n \"watchers\": 3,\n \"watchers_count\": 3\n },\n \"sha\": \"a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea\",\n \"user\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n }\n },\n \"html_url\": \"https://github.com/fuxingloh/multi-labeler/pull/65\",\n \"id\": 581749941,\n \"issue_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/65\",\n \"labels\": [],\n \"locked\": false,\n \"maintainer_can_modify\": false,\n \"merge_commit_sha\": null,\n \"mergeable\": null,\n \"mergeable_state\": \"unknown\",\n \"merged\": false,\n \"merged_at\": null,\n \"merged_by\": null,\n \"milestone\": null,\n \"node_id\": \"MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx\",\n \"number\": 65,\n \"patch_url\": \"https://github.com/fuxingloh/multi-labeler/pull/65.patch\",\n \"rebaseable\": null,\n \"requested_reviewers\": [],\n \"requested_teams\": [],\n \"review_comment_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/comments{/number}\",\n \"review_comments\": 0,\n \"review_comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65/comments\",\n \"state\": \"open\",\n \"statuses_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/a8a3cdb65eb658cddcd4e58c1b7d2b79ab77b9ea\",\n \"title\": \"chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5\",\n \"updated_at\": \"2021-03-01T05:54:38Z\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65\",\n \"user\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/in/29110?v=4\",\n \"events_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/followers\",\n \"following_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/apps/dependabot\",\n \"id\": 49699333,\n \"login\": \"dependabot[bot]\",\n \"node_id\": \"MDM6Qm90NDk2OTkzMzM=\",\n \"organizations_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/orgs\",\n \"received_events_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/received_events\",\n \"repos_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions\",\n \"type\": \"Bot\",\n \"url\": \"https://api.github.com/users/dependabot%5Bbot%5D\"\n }\n },\n \"repository\": {\n \"archive_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}\",\n \"archived\": false,\n \"assignees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}\",\n \"clone_url\": \"https://github.com/fuxingloh/multi-labeler.git\",\n \"collaborators_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/contributors\",\n \"created_at\": \"2021-01-13T09:32:38Z\",\n \"default_branch\": \"main\",\n \"deployments_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/deployments\",\n \"description\": \"Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.\",\n \"disabled\": false,\n \"downloads_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/downloads\",\n \"events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/events\",\n \"fork\": false,\n \"forks\": 0,\n \"forks_count\": 0,\n \"forks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/forks\",\n \"full_name\": \"fuxingloh/multi-labeler\",\n \"git_commits_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}\",\n \"git_url\": \"git://github.com/fuxingloh/multi-labeler.git\",\n \"has_downloads\": true,\n \"has_issues\": true,\n \"has_pages\": false,\n \"has_projects\": true,\n \"has_wiki\": true,\n \"homepage\": \"\",\n \"hooks_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/hooks\",\n \"html_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"id\": 329257641,\n \"issue_comment_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}\",\n \"language\": \"TypeScript\",\n \"languages_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/languages\",\n \"license\": {\n \"key\": \"mit\",\n \"name\": \"MIT License\",\n \"node_id\": \"MDc6TGljZW5zZTEz\",\n \"spdx_id\": \"MIT\",\n \"url\": \"https://api.github.com/licenses/mit\"\n },\n \"merges_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/merges\",\n \"milestones_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}\",\n \"mirror_url\": null,\n \"name\": \"multi-labeler\",\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=\",\n \"notifications_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}\",\n \"open_issues\": 5,\n \"open_issues_count\": 5,\n \"owner\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/4266087?v=4\",\n \"events_url\": \"https://api.github.com/users/fuxingloh/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/fuxingloh/followers\",\n \"following_url\": \"https://api.github.com/users/fuxingloh/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/fuxingloh/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/fuxingloh\",\n \"id\": 4266087,\n \"login\": \"fuxingloh\",\n \"node_id\": \"MDQ6VXNlcjQyNjYwODc=\",\n \"organizations_url\": \"https://api.github.com/users/fuxingloh/orgs\",\n \"received_events_url\": \"https://api.github.com/users/fuxingloh/received_events\",\n \"repos_url\": \"https://api.github.com/users/fuxingloh/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/fuxingloh/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/fuxingloh/subscriptions\",\n \"type\": \"User\",\n \"url\": \"https://api.github.com/users/fuxingloh\"\n },\n \"private\": false,\n \"pulls_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}\",\n \"pushed_at\": \"2021-03-01T05:54:37Z\",\n \"releases_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}\",\n \"size\": 2106,\n \"ssh_url\": \"[email protected]:fuxingloh/multi-labeler.git\",\n \"stargazers_count\": 3,\n \"stargazers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/subscription\",\n \"svn_url\": \"https://github.com/fuxingloh/multi-labeler\",\n \"tags_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/tags\",\n \"teams_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/teams\",\n \"trees_url\": \"https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}\",\n \"updated_at\": \"2021-02-08T09:24:07Z\",\n \"url\": \"https://api.github.com/repos/fuxingloh/multi-labeler\",\n \"watchers\": 3,\n \"watchers_count\": 3\n },\n \"sender\": {\n \"avatar_url\": \"https://avatars.githubusercontent.com/in/29110?v=4\",\n \"events_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}\",\n \"followers_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/followers\",\n \"following_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}\",\n \"gravatar_id\": \"\",\n \"html_url\": \"https://github.com/apps/dependabot\",\n \"id\": 49699333,\n \"login\": \"dependabot[bot]\",\n \"node_id\": \"MDM6Qm90NDk2OTkzMzM=\",\n \"organizations_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/orgs\",\n \"received_events_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/received_events\",\n \"repos_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/repos\",\n \"site_admin\": false,\n \"starred_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions\",\n \"type\": \"Bot\",\n \"url\": \"https://api.github.com/users/dependabot%5Bbot%5D\"\n }\n },\n \"eventName\": \"pull_request\",\n \"sha\": \"15e142eb2288a0e352373aee6fbdca2aeecb69a2\",\n \"ref\": \"refs/pull/65/merge\",\n \"workflow\": \"CI\",\n \"action\": \"actionsgithub-script\",\n \"actor\": \"dependabot[bot]\",\n \"job\": \"uses\",\n \"runNumber\": 329,\n \"runId\": 609504915\n}\n```\n\n</details>",
"created_at": "2021-03-01T05:54:53Z",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65#issuecomment-787665435",
"id": 787665435,
"issue_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"node_id": "MDEyOklzc3VlQ29tbWVudDc4NzY2NTQzNQ==",
"performed_via_github_app": null,
"updated_at": "2021-03-01T05:54:53Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments/787665435",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/github-actions",
"id": 41898282,
"login": "github-actions[bot]",
"node_id": "MDM6Qm90NDE4OTgyODI=",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/github-actions%5Bbot%5D"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "CONTRIBUTOR",
"body": "Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/releases\">eslint-plugin-jest's releases</a>.</em></p>\n<blockquote>\n<h2>v24.1.5</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2>v24.1.4</h2>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md\">eslint-plugin-jest's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5\">24.1.5</a> (2021-02-17)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>require-top-level-describe:</strong> import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\">d10dc07</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4\">24.1.4</a> (2021-02-16)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\">3d847b2</a>)</li>\n<li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>) (<a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\">677be45</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3\"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859\"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763\">#763</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e\"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337\"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745\">#745</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610\"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746\">#746</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd\"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761\">#761</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544\"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760\">#760</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc\"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758\">#758</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14\"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755\">#755</a>)</li>\n<li><a href=\"https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354\"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href=\"https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753\">#753</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=24.1.3&new-version=24.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
"closed_at": null,
"comments": 12,
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/comments",
"created_at": "2021-03-01T05:54:38Z",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/events",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"id": 818499641,
"labels": [
{
"color": "004C51",
"default": false,
"description": "",
"id": 2654726979,
"name": "chore",
"node_id": "MDU6TGFiZWwyNjU0NzI2OTc5",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/chore"
},
{
"color": "0366d6",
"default": false,
"description": "Pull requests that update a dependency file",
"id": 2654328223,
"name": "dependencies",
"node_id": "MDU6TGFiZWwyNjU0MzI4MjIz",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/dependencies"
},
{
"color": "ededed",
"default": false,
"description": null,
"id": 2659552058,
"name": "test: s",
"node_id": "MDU6TGFiZWwyNjU5NTUyMDU4",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels/test:%20s"
}
],
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0NTgxNzQ5OTQx",
"number": 65,
"performed_via_github_app": null,
"pull_request": {
"diff_url": "https://github.com/fuxingloh/multi-labeler/pull/65.diff",
"html_url": "https://github.com/fuxingloh/multi-labeler/pull/65",
"patch_url": "https://github.com/fuxingloh/multi-labeler/pull/65.patch",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls/65"
},
"repository_url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"state": "open",
"title": "chore(deps): bump eslint-plugin-jest from 24.1.3 to 24.1.5",
"updated_at": "2021-03-01T09:42:04Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/65",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/apps/dependabot",
"id": 49699333,
"login": "dependabot[bot]",
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"type": "Bot",
"url": "https://api.github.com/users/dependabot%5Bbot%5D"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/fuxingloh/multi-labeler/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/assignees{/user}",
"blobs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/fuxingloh/multi-labeler/branches{/branch}",
"clone_url": "https://github.com/fuxingloh/multi-labeler.git",
"collaborators_url": "https://api.github.com/repos/fuxingloh/multi-labeler/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/comments{/number}",
"commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/commits{/sha}",
"compare_url": "https://api.github.com/repos/fuxingloh/multi-labeler/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contents/{+path}",
"contributors_url": "https://api.github.com/repos/fuxingloh/multi-labeler/contributors",
"created_at": "2021-01-13T09:32:38Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/fuxingloh/multi-labeler/deployments",
"description": "Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.",
"disabled": false,
"downloads_url": "https://api.github.com/repos/fuxingloh/multi-labeler/downloads",
"events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/forks",
"full_name": "fuxingloh/multi-labeler",
"git_commits_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/tags{/sha}",
"git_url": "git://github.com/fuxingloh/multi-labeler.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/fuxingloh/multi-labeler/hooks",
"html_url": "https://github.com/fuxingloh/multi-labeler",
"id": 329257641,
"issue_comment_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues/events{/number}",
"issues_url": "https://api.github.com/repos/fuxingloh/multi-labeler/issues{/number}",
"keys_url": "https://api.github.com/repos/fuxingloh/multi-labeler/keys{/key_id}",
"labels_url": "https://api.github.com/repos/fuxingloh/multi-labeler/labels{/name}",
"language": "TypeScript",
"languages_url": "https://api.github.com/repos/fuxingloh/multi-labeler/languages",
"license": {
"key": "mit",
"name": "MIT License",
"node_id": "MDc6TGljZW5zZTEz",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"merges_url": "https://api.github.com/repos/fuxingloh/multi-labeler/merges",
"milestones_url": "https://api.github.com/repos/fuxingloh/multi-labeler/milestones{/number}",
"mirror_url": null,
"name": "multi-labeler",
"node_id": "MDEwOlJlcG9zaXRvcnkzMjkyNTc2NDE=",
"notifications_url": "https://api.github.com/repos/fuxingloh/multi-labeler/notifications{?since,all,participating}",
"open_issues": 5,
"open_issues_count": 5,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
},
"private": false,
"pulls_url": "https://api.github.com/repos/fuxingloh/multi-labeler/pulls{/number}",
"pushed_at": "2021-03-01T09:42:21Z",
"releases_url": "https://api.github.com/repos/fuxingloh/multi-labeler/releases{/id}",
"size": 2158,
"ssh_url": "[email protected]:fuxingloh/multi-labeler.git",
"stargazers_count": 3,
"stargazers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/stargazers",
"statuses_url": "https://api.github.com/repos/fuxingloh/multi-labeler/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscribers",
"subscription_url": "https://api.github.com/repos/fuxingloh/multi-labeler/subscription",
"svn_url": "https://github.com/fuxingloh/multi-labeler",
"tags_url": "https://api.github.com/repos/fuxingloh/multi-labeler/tags",
"teams_url": "https://api.github.com/repos/fuxingloh/multi-labeler/teams",
"trees_url": "https://api.github.com/repos/fuxingloh/multi-labeler/git/trees{/sha}",
"updated_at": "2021-03-01T09:41:28Z",
"url": "https://api.github.com/repos/fuxingloh/multi-labeler",
"watchers": 3,
"watchers_count": 3
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/u/4266087?v=4",
"events_url": "https://api.github.com/users/fuxingloh/events{/privacy}",
"followers_url": "https://api.github.com/users/fuxingloh/followers",
"following_url": "https://api.github.com/users/fuxingloh/following{/other_user}",
"gists_url": "https://api.github.com/users/fuxingloh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fuxingloh",
"id": 4266087,
"login": "fuxingloh",
"node_id": "MDQ6VXNlcjQyNjYwODc=",
"organizations_url": "https://api.github.com/users/fuxingloh/orgs",
"received_events_url": "https://api.github.com/users/fuxingloh/received_events",
"repos_url": "https://api.github.com/users/fuxingloh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fuxingloh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fuxingloh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fuxingloh"
}
},
"eventName": "issue_comment",
"sha": "10ae20ae2bb3940bba593386516189564ab70697",
"ref": "refs/heads/main",
"workflow": "CI",
"action": "actionsgithub-script",
"actor": "fuxingloh",
"job": "uses",
"runNumber": 382,
"runId": 613500138
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps eslint-plugin-jest from 24.1.3 to 24.1.5.
Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
01563ec
chore(release): 24.1.5 [skip ci]d10dc07
fix(require-top-level-describe): import function that actually exists (#763)8cdbfd5
chore(release): 24.1.4 [skip ci]677be45
fix(require-top-level-describe): handledescribe.each
properly (#745)3d847b2
fix(lowercase-name): support.each
methods (#746)d763f89
docs(expect-expect): fix typo (#761)e257726
docs(no-hooks): remove broken link (#760)ad7e8eb
chore(deps): lock file maintenance (#758)709e5ea
chore(deps): lock file maintenance (#755)29549ed
chore(deps): update danger/danger-js action to v10.6.2 (#753)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)