Add and fix Japanese translations in the {{AvailableInWorkers}}
macro
#1062
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Mark new issues with needs-triage label" | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
label-new-issues: | |
uses: mdn/workflows/.github/workflows/new-issues.yml@main | |
with: | |
target-repo: "mdn/yari" |