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

Add automated project board #27835

Closed
wants to merge 1 commit into from

Commits on Oct 29, 2023

  1. Add automated project board

    See go-gitea#14359
    
    If enabled (`project.automation.ENABLED`), it adds a new project
    template "Automated Kanban" when creating a new project.
    
    A project added with the "Automated Kanban" template will have
    automations associated with it upon creation.  These automations are
    currently only configurable via `app.ini`.
    
    Currently it is not possible to modify the rules of a project after it
    has been created.  If the settings in `app.ini` are changed, only new
    projects will have the updated automations.
    
    In the future, it may be possible to change the automations via the UI,
    but this is out of scope for now.
    ojohnny committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ce13f82 View commit details
    Browse the repository at this point in the history