Skip to content

Commit 37061eb

Browse files
committed
BREAKING CHANGE: Update references after transferring the repository
1 parent 708dc3a commit 37061eb

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @github-community-projects/a11y
1+
* @github/accessibility-reviewers

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
login_url: http://127.0.0.1:4000/
7575
username: ${{ secrets.TEST_USERNAME }}
7676
password: ${{ secrets.TEST_PASSWORD }}
77-
repository: github-community-projects/continuous-ai-for-accessibility-scanner-testing
77+
repository: github/accessibility-scanner-testing
7878
token: ${{ secrets.GH_TOKEN }}
7979
cache_key: ${{ steps.cache_key.outputs.cache_key }}
8080

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Contributing
22

3-
[fork]: https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/fork
4-
[pr]: https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/compare
3+
[fork]: https://github.com/github/accessibility-scanner/fork
4+
[pr]: https://github.com/github/accessibility-scanner/compare
55

66
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
accessibility_scanner:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: github-community-projects/continuous-ai-for-accessibility-scanner@v1
34+
- uses: github/accessibility-scanner@v1
3535
with:
3636
urls: | # Provide a newline-delimited list of URLs to scan; more information below.
3737
REPLACE_THIS

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For help or questions about using this project, please open an issue for support
88

99
## Project Maintenance Status
1010

11-
This repo `continuous-ai-for-accessibility-scanner` is under active development and maintained by GitHub staff during the public preview state. We will do our best to respond to support, feature requests, and community questions in a timely manner.
11+
This repo `github/accessibility-scanner` is under active development and maintained by GitHub staff during the public preview state. We will do our best to respond to support, feature requests, and community questions in a timely manner.
1212

1313
## Important Notice
1414

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "continuous-ai-for-accessibility-scanner"
1+
name: "accessibility-scanner"
22
description: "Finds potential accessibility gaps, files GitHub issues to track them, and attempts to fix them with Copilot."
33

44
inputs:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "continuous-ai-for-accessibility-scanner",
2+
"name": "accessibility-scanner",
33
"version": "0.0.0-development",
44
"description": "Finds potential accessibility gaps, files GitHub issues to track them, and attempts to fix them with Copilot",
55
"scripts": {
66
"test": "vitest run tests/*.test.ts"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner.git"
10+
"url": "git+https://github.com/github/accessibility-scanner.git"
1111
},
1212
"author": "GitHub Inc.",
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/issues"
15+
"url": "https://github.com/github/accessibility-scanner/issues"
1616
},
17-
"homepage": "https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner#readme",
17+
"homepage": "https://github.com/github/accessibility-scanner#readme",
1818
"devDependencies": {
1919
"@actions/core": "^1.11.1",
2020
"@octokit/core": "^7.0.5",

sites/site-with-errors/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: Continuous Accessibility Scanner Demo
21+
title: Accessibility Scanner Demo
2222
2323
description: >- # this means to ignore newlines until "baseurl:"
2424
Write an awesome description for your new site here. You can edit this

tests/site-with-errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe("site-with-errors", () => {
6060
}, {
6161
scannerType: "axe",
6262
url: "http://127.0.0.1:4000/404.html",
63-
html: '<li class="p-name">Continuous Accessibility Scanner Demo</li>',
63+
html: '<li class="p-name">Accessibility Scanner Demo</li>',
6464
problemShort: "elements must meet minimum color contrast ratio thresholds",
6565
problemUrl: "https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright",
6666
ruleId: "color-contrast",

0 commit comments

Comments
 (0)