Skip to content

Commit

Permalink
chore: Fix the broken codeowners automation (#19431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Dec 20, 2021
1 parent 420a9be commit 593d4b8
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -1,30 +1,30 @@
# Each line is a file pattern followed by one or more owners.

# Test Runner team are owners of code within root packages concerning e2e, cli, and other utils
/.github/ @cypress-io/test-runner
/browser-versions.json @cypress-io/test-runner
/cli/ @cypress-io/test-runner
/packages/coffee/ @cypress-io/test-runner
/packages/datetime-utils/ @cypress-io/test-runner
/packages/desktop-gui/ @cypress-io/test-runner
/packages/driver/ @cypress-io/test-runner
/packages/electron/ @cypress-io/test-runner
/packages/example/ @cypress-io/test-runner
/packages/extension/ @cypress-io/test-runner
/packages/https-proxy/ @cypress-io/test-runner
/packages/launcher/ @cypress-io/test-runner
/packages/net-stubbing/ @cypress-io/test-runner
/packages/network/ @cypress-io/test-runner
/packages/proxy/ @cypress-io/test-runner
/packages/reporter/ @cypress-io/test-runner
/packages/rewriter/ @cypress-io/test-runner
/packages/root/ @cypress-io/test-runner
/packages/runner/ @cypress-io/test-runner
/packages/runner-shared/ @cypress-io/test-runner
/packages/server/ @cypress-io/test-runner
/packages/socket/ @cypress-io/test-runner
/packages/static/ @cypress-io/test-runner
/packages/ts/ @cypress-io/test-runner
/packages/ui-components/ @cypress-io/test-runner
/packages/web-config/ @cypress-io/test-runner
/scripts/ @cypress-io/test-runner
# End-to-end team are owners of code within root packages concerning e2e, cli, and other utils
/.github/ @cypress-io/end-to-end
/browser-versions.json @cypress-io/end-to-end
/cli/ @cypress-io/end-to-end
/packages/coffee/ @cypress-io/end-to-end
/packages/datetime-utils/ @cypress-io/end-to-end
/packages/desktop-gui/ @cypress-io/end-to-end
/packages/driver/ @cypress-io/end-to-end
/packages/electron/ @cypress-io/end-to-end
/packages/example/ @cypress-io/end-to-end
/packages/extension/ @cypress-io/end-to-end
/packages/https-proxy/ @cypress-io/end-to-end
/packages/launcher/ @cypress-io/end-to-end
/packages/net-stubbing/ @cypress-io/end-to-end
/packages/network/ @cypress-io/end-to-end
/packages/proxy/ @cypress-io/end-to-end
/packages/reporter/ @cypress-io/end-to-end
/packages/rewriter/ @cypress-io/end-to-end
/packages/root/ @cypress-io/end-to-end
/packages/runner/ @cypress-io/end-to-end
/packages/runner-shared/ @cypress-io/end-to-end
/packages/server/ @cypress-io/end-to-end
/packages/socket/ @cypress-io/end-to-end
/packages/static/ @cypress-io/end-to-end
/packages/ts/ @cypress-io/end-to-end
/packages/ui-components/ @cypress-io/end-to-end
/packages/web-config/ @cypress-io/end-to-end
/scripts/ @cypress-io/end-to-end

3 comments on commit 593d4b8

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 593d4b8 Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.1.2/circle-develop-593d4b83a5eee991000c245c77e11c90b02948ce/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 593d4b8 Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.1.2/circle-develop-593d4b83a5eee991000c245c77e11c90b02948ce/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 593d4b8 Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.1.2/circle-develop-593d4b83a5eee991000c245c77e11c90b02948ce/cypress.tgz

Please sign in to comment.