Co-authored-by: Rachael Sewell <rachmari@github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com> Co-authored-by: Sarah Edwards <skedwards88@github.com> Co-authored-by: David Jarzebowski <davidjarzebowski@github.com> Co-authored-by: Steve Guntrip <stevecat@github.com> Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com> Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> Co-authored-by: docubot <67483024+docubot@users.noreply.github.com>
1.7 KiB
title, shortTitle, intro, miniTocMaxHeadingLevel, versions, type, topics
| title | shortTitle | intro | miniTocMaxHeadingLevel | versions | type | topics | |||
|---|---|---|---|---|---|---|---|---|---|
| Using the built-in automations | Using built-in automations | You can use built-in workflows to automate your projects. | 3 |
|
tutorial |
|
{% note %}
Note: Built-in workflows are available as part of a limited beta.
{% endnote %}
{% 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 "Archiving items automatically{% ifversion projects-v2-auto-add %}" and "Adding items automatically{% endif %}."{% endif %}
You can enable or disable the built-in workflows for your project.
{% data reusables.projects.enable-basic-workflow %}