Skip to content
Snippets Groups Projects
Unverified Commit f99da36d authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: add Sourcegraph column to PRs

parent dcec25c2
No related merge requests found
...@@ -12,6 +12,17 @@ ...@@ -12,6 +12,17 @@
"pinDigests": true, "pinDigests": true,
"semanticCommitType": "build" "semanticCommitType": "build"
}, },
"prBodyDefinitions": {
"Sourcegraph": "[![code search for \"{{{depName}}}\"](https://sourcegraph.com/search/badge?q=repo:%5Egithub%5C.com/{{{repository}}}%24+case:yes+-file:package%28-lock%29%3F%5C.json+{{{depName}}}&label=matches)](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/{{{repository}}}%24+case:yes+-file:package%28-lock%29%3F%5C.json+{{{depName}}})"
},
"prBodyColumns": [
"Package",
"Update",
"Type",
"New value",
"References",
"Sourcegraph"
],
"packageRules": [ "packageRules": [
{ {
"depTypeList": ["dependencies"], "depTypeList": ["dependencies"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment