-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
scope: ci/cdGitHub Actions (.github), related scripts, commit/push hooks (.husky)GitHub Actions (.github), related scripts, commit/push hooks (.husky)
Milestone
Description
Currently applies only to the formatter, but some later CI checks, such as path name validations or image component checks, and the redirect checker against the upstream links could all post comments on fixing them too.
The new workflow could be triggered by:
- The
workflow_call: this will allow to separate the logic of checks from the "how to fix me" comments, effectively re-using the same commenting logic for any such needs - New comments from maintainers in PRs. For example, the
/fmtcomment, see [Format] Allow to fix the PR formatting from GitHub's UI #1006 - Some other comments we want to check: perhaps, we can check how well the issues are opened (?) or convert PRs to drafts once they receive any review comments (more realistic scenario), etc.
- New contributors
- Links for all edited pages in the PR to their corresponding staging URLs
- All possible commands, including those that are suggested in the AI workflow (
/review)
Done:
- Passing checks, which should hide all prior "how to fix me" comments from the bot, see [Format] If the formatting check was successful, it should hide all prior comments from the bot and mark those as resolved #1284
verytactical
Metadata
Metadata
Assignees
Labels
scope: ci/cdGitHub Actions (.github), related scripts, commit/push hooks (.husky)GitHub Actions (.github), related scripts, commit/push hooks (.husky)