Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate response to PRs trying to update commands #969

Merged
merged 3 commits into from
Jul 1, 2023

Commits on Jun 30, 2023

  1. Automate response to PRs trying to update commands

    We frequently see PRs that try to fix or improve command docs. As the
    pages are autogenerated this is a futile endeavour.
    
    We regularly have to respond to them and close the PR.
    
    Attempt to provide a workflow that will react to PRs that affect the
    command docs path and send a comment.
    I don't autoclose for now, as the autogenerated still come in as a PR.
    sholderbach committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1aabb0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8547aec View commit details
    Browse the repository at this point in the history
  3. Resort to basic js

    sholderbach committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    bdf043d View commit details
    Browse the repository at this point in the history