microsoft / microsoft/TypeScript-Website-Localizations
Issue on weekly-executed GitHub workflow
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 124
- Forks
- 128
- Avg merge
- 22h 34m
- Merged PRs (30d)
- 1
Description
Problem:
weekly-contributions.yml, whosenameisUpdate Attributions Weekly, doesactions/checkout@v2actions/setup-node@v1
but nothing else after.
weekly.yml, whosenameisWeekly issue updates, does
not onlyUpdate all the translation issues on a nightly basis,
but alsoUpdates the attribution.json file in git.
Proposed Solution:
To make things clear,
- Separate two jobs into two
ymlfiles, or - Change the
nameofweekly.ymlto represent two jobs.
Files to Update:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading .github/workflows/weekly-contributions.yml and .github/workflows/weekly.yml, comparing their names, jobs, triggers, and steps. Confirm which workflow handles attribution updates and which handles translation issue updates. Done means the workflow names and file structure clearly match their responsibilities without changing either task's behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100