1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Files
docs/data/reusables/projects/enable-basic-workflow.md
2023-06-23 10:45:10 -07:00

1002 B

{% ifversion projects-v2-workflows-ui-refresh %}

{% data reusables.projects.access-workflows %}

  1. Under "Default workflows", click on the workflow that you want to edit.

  2. In the top right, click Edit.

    Screenshot showing a project's menu bar. The "Edit" button is highlighted with an orange rectangle.

  3. Select whether the workflow should apply to issues, pull requests, or both.

  4. Under "Set value", choose the value that you want to set the status to.

  5. To save your changes and enable the workflow, click Save and turn on workflow.

{% else %}

{% data reusables.projects.access-workflows %}

  1. Under "Default workflows", click on the workflow that you want to edit.
  2. Select whether the workflow should apply to issues, pull requests, or both.
  3. Next to "Set", choose the value that you want to set the status to.
  4. If the workflow is disabled, click the toggle next to "Off" to enable the workflow.

{% endif %}