diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c4c31a4..fd16fce 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @github-community-projects/a11y +* @github/accessibility-reviewers diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bad0c80..5b7d24c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,7 +74,7 @@ jobs: login_url: http://127.0.0.1:4000/ username: ${{ secrets.TEST_USERNAME }} password: ${{ secrets.TEST_PASSWORD }} - repository: github-community-projects/continuous-ai-for-accessibility-scanner-testing + repository: github/accessibility-scanner-testing token: ${{ secrets.GH_TOKEN }} cache_key: ${{ steps.cache_key.outputs.cache_key }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 277e1d8..56858a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ ## Contributing -[fork]: https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/fork -[pr]: https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/compare +[fork]: https://github.com/github/accessibility-scanner/fork +[pr]: https://github.com/github/accessibility-scanner/compare Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. diff --git a/README.md b/README.md index 5ca5b4d..0c1de66 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: accessibility_scanner: runs-on: ubuntu-latest steps: - - uses: github-community-projects/continuous-ai-for-accessibility-scanner@v1 + - uses: github/accessibility-scanner@v1 with: urls: | # Provide a newline-delimited list of URLs to scan; more information below. REPLACE_THIS diff --git a/SUPPORT.md b/SUPPORT.md index d1ff70b..ac1f6a3 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -8,7 +8,7 @@ For help or questions about using this project, please open an issue for support ## Project Maintenance Status -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. +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. ## Important Notice diff --git a/action.yml b/action.yml index 0c7a148..78d55ba 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "continuous-ai-for-accessibility-scanner" +name: "accessibility-scanner" description: "Finds potential accessibility gaps, files GitHub issues to track them, and attempts to fix them with Copilot." inputs: diff --git a/package-lock.json b/package-lock.json index fe7d890..cdb8282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "continuous-ai-for-accessibility-scanner", + "name": "accessibility-scanner", "version": "0.0.0-development", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "continuous-ai-for-accessibility-scanner", + "name": "accessibility-scanner", "version": "0.0.0-development", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 255914a..e06445e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "continuous-ai-for-accessibility-scanner", + "name": "accessibility-scanner", "version": "0.0.0-development", "description": "Finds potential accessibility gaps, files GitHub issues to track them, and attempts to fix them with Copilot", "scripts": { @@ -7,14 +7,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner.git" + "url": "git+https://github.com/github/accessibility-scanner.git" }, "author": "GitHub Inc.", "license": "MIT", "bugs": { - "url": "https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner/issues" + "url": "https://github.com/github/accessibility-scanner/issues" }, - "homepage": "https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner#readme", + "homepage": "https://github.com/github/accessibility-scanner#readme", "devDependencies": { "@actions/core": "^1.11.1", "@octokit/core": "^7.0.5", diff --git a/sites/site-with-errors/_config.yml b/sites/site-with-errors/_config.yml index 08eed11..68322c1 100644 --- a/sites/site-with-errors/_config.yml +++ b/sites/site-with-errors/_config.yml @@ -18,7 +18,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Continuous Accessibility Scanner Demo +title: Accessibility Scanner Demo email: noreply@github.com description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this diff --git a/tests/site-with-errors.test.ts b/tests/site-with-errors.test.ts index d881211..0193e64 100644 --- a/tests/site-with-errors.test.ts +++ b/tests/site-with-errors.test.ts @@ -60,7 +60,7 @@ describe("site-with-errors", () => { }, { scannerType: "axe", url: "http://127.0.0.1:4000/404.html", - html: '