nodejs / nodejs/discord-status-worker
Add scheduled check for upstream sha
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 1
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 2
Description
Add a scheduled check that runs once per week to create a pull request to bump the commit sha in ./clone.sh if there is a newer commit available in the upstream repository.
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.
Research direction
Start by inspecting ./clone.sh to understand which upstream commit SHA is pinned and how it is updated. Locate the repository's scheduled automation entry point; done means a weekly run detects a newer upstream commit and opens a pull request with the updated SHA.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100