# Managing your work with GitHub Actions

You can automatically manage your issues and pull requests using GitHub Actions workflows.

## Links

* [Adding labels to issues](/en/actions/tutorials/manage-your-work/add-labels-to-issues)

  You can use GitHub Actions to automatically label issues.

* [Closing inactive issues](/en/actions/tutorials/manage-your-work/close-inactive-issues)

  You can use GitHub Actions to comment on or close issues that have been inactive for a certain period of time.

* [Commenting on an issue when a label is added](/en/actions/tutorials/manage-your-work/add-comments-with-labels)

  You can use GitHub Actions to automatically comment on issues when a specific label is applied.

* [Scheduling issue creation](/en/actions/tutorials/manage-your-work/schedule-issue-creation)

  You can use GitHub Actions to create an issue on a regular basis for things like daily meetings or quarterly reviews.