You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #1504 this issue is a task to add a GH action to perform this task. However, since it should run whenever any of the middleware READMEs are updated, it might require an action be added to each of those repos so that it would get triggered when that occurs....unless there's a way to detect a change to a particular file in another repo and perform an action when that happens. Since I am not an expert on GH actions, I will defer to someone who is.
Also some community docs from the expressjs/express repo are similarly reproduced on the website in Resources > Contributing to Express, cf. #1507 and it would be great to automate that, too.
The text was updated successfully, but these errors were encountered:
@crandmckThe workflow could not be executed because the event peter-evans/create-pull-request@v5 is not allowed in the repository. If allowed, we could verify if the workflow works correctly. Alternatively, I can modify the workflow to use gr2m/create-or-update-pull-request-action@1, which is allowed in the repository.
Docs for the middleware modules linked from https://expressjs.com/en/resources/middleware.html are sourced from
the README files in the corresponding repos and are copied to
_includes/readmes
using get-readmes.sh. So, e.g., https://expressjs.com/en/resources/middleware/body-parser.html comes from https://github.com/expressjs/body-parser/blob/master/README.md.Similar to #1504 this issue is a task to add a GH action to perform this task. However, since it should run whenever any of the middleware READMEs are updated, it might require an action be added to each of those repos so that it would get triggered when that occurs....unless there's a way to detect a change to a particular file in another repo and perform an action when that happens. Since I am not an expert on GH actions, I will defer to someone who is.
Also some community docs from the expressjs/express repo are similarly reproduced on the website in Resources > Contributing to Express, cf. #1507 and it would be great to automate that, too.
The text was updated successfully, but these errors were encountered: