frmscoe / General-Issues

This repo exists to track current work and any issues within the FRMS CoE
2 stars 0 forks source link

Using GitHub Actions for project management #410

Open scott45 opened 1 week ago

scott45 commented 1 week ago

You can use GitHub Actions to automate many of your project management tasks.

In this article When do workflows run? What can workflows do? You can use GitHub Actions to automate your project management tasks by creating workflows. Each workflow contains a series of tasks that are performed automatically every time the workflow runs. For example, you can create a workflow that runs every time an issue is created to add a label, leave a comment, and move the issue onto a project (classic).

https://docs.github.com/en/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management