SSWConsulting / SSWConsulting/SSW.Rules.Content
GitHub Actions generating repeated comments before editor is finished working
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 62
- Forks
- 196
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 112
Description
cc @Marxoz @adamcogan @PothieuG
--
Hi @Aibono1225
We have useful GitHub Actions for users to not forget SEO Descritpion and/or Authors info
But this is running continously right after every save, and generating repeated comments before the editor is finished with the edits. This makes the PR long and harder to review. (e.g. https://github.com/SSWConsulting/SSW.Rules.Content/pull/12713)
- Can we make this Action run after the rule is set as "Ready for Review"?
- Optional - Maybe keep it commenting on "Drafts", but only after 15 minutes since the last Save (commit)? This gives time for the editor to fix by theirselves before getting the comment
Figure: Multiple duplicated comments on a draft - @micsblank was still working on the rule
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 locating the GitHub Actions workflow that comments about missing SEO descriptions or authors, then inspect how draft pull requests and saves trigger it. Done means the workflow no longer produces repeated comments while an editor is working, with the chosen Ready for Review or delayed-draft behavior covered by a reproducible check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100