Skip to content

Commit

Permalink
Merge branch 'main' into dpf-aam-editor-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Nov 8, 2024
2 parents 49761e1 + f01a884 commit b571aac
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 38 deletions.
55 changes: 22 additions & 33 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,54 +1,43 @@
spec:aria:
- any:
- changed-files:
- 'index.html'
- changed-files:
- any-glob-to-any-file: 'index.html'

spec:accname:
any:
- changed-files:
- 'accname/**/*'
- changed-files:
- any-glob-to-any-file: 'accname/**'

spec:core-aam:
- any:
- changed-files:
- 'core/aam/**/*'
- changed-files:
- any-glob-to-any-file: 'core-aam/**'

spec:dpub-aam:
- any:
- changed-files:
- 'dpub/aam/**/*'
- changed-files:
- any-glob-to-any-file: 'dpub-aam/**'

spec:dpub-aria:
- any:
- changed-files:
- 'dpub/aria/**/*'
- changed-files:
- any-glob-to-any-file: 'dpub-aria/**'

spec:graphics-aam:
- any:
- changed-files:
- 'graphics/aam/**/*'
- changed-files:
- any-glob-to-any-file: 'graphics-aam/**'

spec:graphics-aria:
- any:
- changed-files:
- 'graphics/aria/**/*'
- changed-files:
- any-glob-to-any-file: 'graphics-aria/**'

spec:html-aam:
- any:
- changed-files:
- 'html/aam/**/*'
- changed-files:
- any-glob-to-any-file: 'html-aam/**'

spec:svg-aam:
- any:
- changed-files:
- 'svg/aam/**/*'
- changed-files:
- any-glob-to-any-file: 'svg-aam/**'

spec:mathml-aam:
- any:
- changed-files:
- 'mathml/aam/**/*'
- changed-files:
- any-glob-to-any-file: 'mathml-aam/**'

spec:pdf-aam:
- any:
- changed-files:
- 'pdf-aam/**'
- changed-files:
- any-glob-to-any-file: 'pdf-aam/**'
10 changes: 5 additions & 5 deletions .github/workflows/pdf-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,7 +58,7 @@ jobs:
name: pdf-aam
- name: Copy files
run: |
cp -r aria.gh/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]"
Expand Down

0 comments on commit b571aac

Please sign in to comment.