Skip to content

Commit

Permalink
Update GitHub Copilot Terms of Service declaration (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt authored Oct 24, 2023
1 parent 7048734 commit 604e3e0
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions declarations/GitHub Copilot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,28 @@
"name": "GitHub Copilot",
"documents": {
"Terms of Service": {
"fetch": "https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features#github-copilot",
"select": [
"#title-h1",
".MarkdownContent_markdownBody__7_8Gt"
"combine": [
{
"fetch": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"select": [
"#title-h1",
".MarkdownContent_markdownBody__7_8Gt"
]
},
{
"fetch": "https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features",
"select": [
"#title-h1",
{
"startBefore": ".markdown-body",
"endBefore": ".markdown-body > h2:first-of-type"
},
{
"startBefore": "#github-copilot",
"endBefore": "#github-copilot ~ h2"
}
]
}
]
}
}
Expand Down

0 comments on commit 604e3e0

Please sign in to comment.