MetaMask / MetaMask/auto-changelog
Support token-based Git authentication
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
`auto-changelog` assumes the Git client is authenticated to perform actions like checking the tags for updating the changelog. We should consider adding support for token-based authentication to support `persist-credentials: false` in [`actions/checkout`](https://github.com/actions/checkout).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how auto-changelog invokes Git to inspect tags during changelog updates, then review the linked actions/checkout behavior when persist-credentials is false. Done means the utility can perform those Git operations with token-based authentication in that workflow, with coverage for the supported authentication path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- authentication, release, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100