From af82139d3dc4df97016c4d5cc44926a7a4e9f08a Mon Sep 17 00:00:00 2001 From: jnurthen Date: Fri, 18 Oct 2024 09:01:01 -0700 Subject: [PATCH 1/6] fix labeler --- .github/labeler.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9cab9f6c7..7ea6d19ab 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,49 +1,49 @@ spec:aria: - any: - changed-files: - - 'index.html' + - any-glob-to-any-file: ['index.html'] spec:accname: any: - changed-files: - - 'accname/**/*' + - any-glob-to-any-file: ['accname/**'] spec:core-aam: - any: - changed-files: - - 'core/aam/**/*' + - any-glob-to-any-file: ['core-aam/**'] spec:dpub-aam: - any: - changed-files: - - 'dpub/aam/**/*' + - any-glob-to-any-file: ['dpub-aam/**'] spec:dpub-aria: - any: - changed-files: - - 'dpub/aria/**/*' + - any-glob-to-any-file: ['dpub-aria/**'] spec:graphics-aam: - any: - changed-files: - - 'graphics/aam/**/*' + - any-glob-to-any-file: ['graphics-aam/**'] spec:graphics-aria: - any: - changed-files: - - 'graphics/aria/**/*' + - any-glob-to-any-file: ['graphics-aria/**'] spec:html-aam: - any: - changed-files: - - 'html/aam/**/*' + - any-glob-to-any-file: ['html-aam/**'] spec:svg-aam: - any: - changed-files: - - 'svg/aam/**/*' + - any-glob-to-any-file: ['svg-aam/**'] spec:mathml-aam: - any: - changed-files: - - 'mathml/aam/**/*' \ No newline at end of file + - any-glob-to-any-file: ['mathml-aam/**'] \ No newline at end of file From 3bb8f6ffd3d1b11cc3a893037e5286ae7952b851 Mon Sep 17 00:00:00 2001 From: jnurthen Date: Fri, 18 Oct 2024 09:05:30 -0700 Subject: [PATCH 2/6] try again --- .github/labeler.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7ea6d19ab..6e3411cef 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,49 +1,49 @@ spec:aria: - any: - changed-files: - - any-glob-to-any-file: ['index.html'] + - any-glob-to-any-file: 'index.html' spec:accname: any: - changed-files: - - any-glob-to-any-file: ['accname/**'] + - any-glob-to-any-file: 'accname/**' spec:core-aam: - any: - changed-files: - - any-glob-to-any-file: ['core-aam/**'] + - any-glob-to-any-file: 'core-aam/**' spec:dpub-aam: - any: - changed-files: - - any-glob-to-any-file: ['dpub-aam/**'] + - any-glob-to-any-file: 'dpub-aam/**' spec:dpub-aria: - any: - changed-files: - - any-glob-to-any-file: ['dpub-aria/**'] + - any-glob-to-any-file: 'dpub-aria/**' spec:graphics-aam: - any: - changed-files: - - any-glob-to-any-file: ['graphics-aam/**'] + - any-glob-to-any-file: 'graphics-aam/**' spec:graphics-aria: - any: - changed-files: - - any-glob-to-any-file: ['graphics-aria/**'] + - any-glob-to-any-file: 'graphics-aria/**' spec:html-aam: - any: - changed-files: - - any-glob-to-any-file: ['html-aam/**'] + - any-glob-to-any-file: 'html-aam/**' spec:svg-aam: - any: - changed-files: - - any-glob-to-any-file: ['svg-aam/**'] + - any-glob-to-any-file: 'svg-aam/**' spec:mathml-aam: - any: - changed-files: - - any-glob-to-any-file: ['mathml-aam/**'] \ No newline at end of file + - any-glob-to-any-file: 'mathml-aam/**' \ No newline at end of file From b2614e1fe0f4d74ca9a64209c375f209be2db06c Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Nov 2024 12:58:02 +0100 Subject: [PATCH 3/6] Skip TR publication for now --- .github/workflows/pdf-aam.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pdf-aam.yml b/.github/workflows/pdf-aam.yml index 0eb35128d..2d5662bf4 100644 --- a/.github/workflows/pdf-aam.yml +++ b/.github/workflows/pdf-aam.yml @@ -41,10 +41,10 @@ jobs: TOOLCHAIN: respec SOURCE: aria/pdf-aam/index.html DESTINATION: aria/pdf-aam/index.html - W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_pdf_aam }} - W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html - W3C_BUILD_OVERRIDE: | - specStatus: WD + # W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_pdf_aam }} + # W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html + # W3C_BUILD_OVERRIDE: | + # specStatus: WD ARTIFACT_NAME: pdf-aam - name: Checkout pdf-aam repo uses: actions/checkout@v4 From ae37ef05232b5e8d595890e4b57de02ce1e2acfe Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Nov 2024 13:23:57 +0100 Subject: [PATCH 4/6] Adjust specprod paths --- .github/workflows/pdf-aam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdf-aam.yml b/.github/workflows/pdf-aam.yml index 2d5662bf4..5701fc769 100644 --- a/.github/workflows/pdf-aam.yml +++ b/.github/workflows/pdf-aam.yml @@ -58,7 +58,7 @@ jobs: name: pdf-aam - name: Copy files run: | - cp -r aria.gh/aria/pdf-aam/** pdf-aam/ + cp -r aria.common/aria/pdf-aam/** pdf-aam/ - name: Push new files to child repo run: | git config user.name "github-actions[bot]" From 005694a510fbfdf7521cb657352648c07c942777 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Nov 2024 14:33:17 +0100 Subject: [PATCH 5/6] Adjust specprod paths --- .github/workflows/pdf-aam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdf-aam.yml b/.github/workflows/pdf-aam.yml index 5701fc769..6826d8e24 100644 --- a/.github/workflows/pdf-aam.yml +++ b/.github/workflows/pdf-aam.yml @@ -58,7 +58,7 @@ jobs: name: pdf-aam - name: Copy files run: | - cp -r aria.common/aria/pdf-aam/** pdf-aam/ + cp -r aria/pdf-aam/** pdf-aam/ - name: Push new files to child repo run: | git config user.name "github-actions[bot]" From f01a88427652c172a8cd23dafc6a9620bb7c8440 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Nov 2024 14:44:44 +0100 Subject: [PATCH 6/6] Try fixing Labeler --- .github/labeler.yml | 56 +++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 33 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 90a78ce86..62ed253b0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,53 +1,43 @@ spec:aria: - - any: - - changed-files: - - any-glob-to-any-file: 'index.html' + - changed-files: + - any-glob-to-any-file: 'index.html' spec:accname: - any: - - changed-files: - - any-glob-to-any-file: 'accname/**' + - changed-files: + - any-glob-to-any-file: 'accname/**' spec:core-aam: - - any: - - changed-files: - - any-glob-to-any-file: 'core-aam/**' + - changed-files: + - any-glob-to-any-file: 'core-aam/**' spec:dpub-aam: - - any: - - changed-files: - - any-glob-to-any-file: 'dpub-aam/**' + - changed-files: + - any-glob-to-any-file: 'dpub-aam/**' spec:dpub-aria: - - any: - - changed-files: - - any-glob-to-any-file: 'dpub-aria/**' + - changed-files: + - any-glob-to-any-file: 'dpub-aria/**' spec:graphics-aam: - - any: - - changed-files: - - any-glob-to-any-file: 'graphics-aam/**' + - changed-files: + - any-glob-to-any-file: 'graphics-aam/**' spec:graphics-aria: - - any: - - changed-files: - - any-glob-to-any-file: 'graphics-aria/**' + - changed-files: + - any-glob-to-any-file: 'graphics-aria/**' spec:html-aam: - - any: - - changed-files: - - any-glob-to-any-file: 'html-aam/**' + - changed-files: + - any-glob-to-any-file: 'html-aam/**' spec:svg-aam: - - any: - - changed-files: - - any-glob-to-any-file: 'svg-aam/**' + - changed-files: + - any-glob-to-any-file: 'svg-aam/**' spec:mathml-aam: - - any: - - changed-files: - - any-glob-to-any-file: 'mathml-aam/**' + - changed-files: + - any-glob-to-any-file: 'mathml-aam/**' + spec:pdf-aam: - - any: - - changed-files: - - any-glob-to-any-file: 'pdf-aam/**' + - changed-files: + - any-glob-to-any-file: 'pdf-aam/**'