Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAI website update 2025-03-03 #327

Merged
merged 26 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
cf41f0a
Update tools versions (#320)
WilcoFiers Feb 6, 2025
466ec17
Implementation data update
invalid-email-address Feb 6, 2025
159222c
Add 1.1.1 secondary requirement to marked-as-decorative rule (#2224)
WilcoFiers Feb 7, 2025
22440f2
meta-refresh fix quote markup (#2234)
WilcoFiers Feb 7, 2025
eb8484e
Updated ARIA state or property is permitted [5c01ea]: clarified globa…
WilcoFiers Feb 7, 2025
4dd2b38
Implementation data update
invalid-email-address Feb 7, 2025
a18b704
Implementation data update
invalid-email-address Feb 10, 2025
c352522
Implementation data update
invalid-email-address Feb 10, 2025
806ce97
Implementation data update
invalid-email-address Feb 11, 2025
adfb99b
Change default PR reviewer: Shawn > Rémi (#322)
remibetin Feb 11, 2025
15ec1a1
Add Daniel as reviewer when a new PR is created + remove the redundan…
remibetin Feb 14, 2025
15e496a
Remove use of ytkey (deprecated) (#310)
remibetin Feb 14, 2025
850d200
Implementation data update
invalid-email-address Feb 17, 2025
5785338
Merge branch 'publication' into main
WilcoFiers Feb 17, 2025
bdc6d72
Update CODEOWNERS
remibetin Feb 17, 2025
8dd9cd4
Update CODEOWNERS (#325)
remibetin Feb 17, 2025
2385a1c
Implementation data update
invalid-email-address Feb 17, 2025
9d2f883
Implementation data update
invalid-email-address Feb 18, 2025
4fce031
Fixing the Netlify badge
remibetin Feb 19, 2025
69b93c4
Implementation data update
invalid-email-address Feb 22, 2025
e884c5c
Implementation data update
invalid-email-address Feb 22, 2025
806f512
Implementation data update
invalid-email-address Feb 23, 2025
ef99b28
Merge branch 'publication'
remibetin Feb 24, 2025
89faf16
Update copy-to-evaluation-tools-list.yml
daniel-montalvo Feb 26, 2025
ae5335b
Implementation data update
invalid-email-address Feb 27, 2025
2ca302c
Merge branch 'publication'
remibetin Mar 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/copy-to-evaluation-tools-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: act-rules

- name: Clone ${{ env.DESTINATION_REPO }}
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} # add as PAT (https://github.com/settings/tokens) as a secret
W3CGRUNTBOT_TOKEN: ${{ secrets.W3CGRUNTBOT_TOKEN }} # add as PAT (https://github.com/settings/tokens) as a secret
run: |
echo "Cloning $DESTINATION_REPO git repository"
git clone --single-branch --branch $DESTINATION_BRANCH "https://$API_TOKEN_GITHUB@github.com/$DESTINATION_REPO.git" evaluation-tools
git clone --single-branch --branch $DESTINATION_BRANCH "https://$W3CGRUNTBOT_TOKEN@github.com/$DESTINATION_REPO.git" evaluation-tools

- name: Copy ${{ env.SOURCE_DIR }}
# Cleanup first, we don't want to keep around old files
Expand Down
Loading
Loading