1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

1.6 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Configuring automation for project boards You can set up automatic workflows to move issues and pull requests to a project board column when a specified event occurs.
/articles/configuring-automation-for-project-boards
free-pro-team enterprise-server
* *

{% data reusables.project-management.automate-project-board-permissions %} For more information, see "About automation for project boards."

{% data reusables.project-management.use-automated-template %}

{% data reusables.project-management.resync-automation %}

{% tip %}

Tip: To edit columns that already have configured automation, click Manage at the bottom of the column.

{% endtip %}

  1. Navigate to the project board you want to automate.
  2. In the column you want to automate, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}. Edit icon
  3. Click Manage automation. Manage automation button
  4. Using the Preset drop-down menu, select an automation preset. Select preset automation from menu
  5. Select the workflow automations you want to configure for the column. List of options for automating the column
  6. Click Update automation.

Further reading