microsoft / microsoft/finops-toolkit
[DevOps] GitHub action to update MS Learn doc update date
Open
Nobody has claimed this yet.
Skill: DevOps
Type: Feature 💎
- Dominant language
- PowerShell
- Stars
- 603
- Forks
- 248
- Avg merge
- 7d 11h
- Merged PRs (30d)
- 11
Description
📝 Scenario
As a FinOps toolkit contributor, I need to update the update date when docs are changed in order to not get flagged for stale content
💎 Solution
Create a GitHub action that runs whenever a *.md file is updated in the docs-mslearn folder.
The action should run a PowerShell script that updates the date in the ms.date: line in the file header.
Only update lines that match ms.date: MM/dd/yyyy. Do not update any lines with more or less on the line.
The date should be set to the current date and formatted in the MM/dd/yyyy format.
🙋♀️ Ask for the community
We could use your help:
- Please vote this issue up (👍) to prioritize it.
- Leave comments to help us solidify the vision.
Contributor guide
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.
Assessment
This issue has not been assessed yet.