1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations.md
Rachael Sewell a123b01ae1 Remove GHES 3.8 data and markup (#49930)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2024-04-01 16:52:59 +00:00

1.6 KiB

title, shortTitle, intro, versions, type, topics
title shortTitle intro versions type topics
Using the built-in automations Using built-in automations You can use built-in workflows to automate your projects.
feature
projects-v2-workflows
tutorial
Projects

{% ifversion ghes %}

{% data reusables.projects.enable_enterprise_workflows %}

{% endif %}

{% data variables.product.prodname_projects_v2 %} includes built-in workflows that you can use to update the Status of items based on certain events. For example, you can automatically set the status to Todo when an item is added to your project or set the status to Done when an issue is closed.

When your project initializes, two workflows are enabled by default: When issues or pull requests in your project are closed, their status is set to Done, and when pull requests in your project are merged, their status is set to Done.

{% ifversion projects-v2-auto-archive %}You can also configure {% ifversion projects-v2-auto-add %}workflows{% else %}a workflow{% endif %} to automatically archive items when they meet set criteria{% ifversion projects-v2-auto-add %} and to automatically add items from a repository when they match a filter{% endif %}. For more information, see "AUTOTITLE{% ifversion projects-v2-auto-add %}" and "AUTOTITLE{% endif %}."{% endif %}

You can enable or disable the built-in workflows for your project.

{% data reusables.projects.enable-basic-workflow %}