From ddd08c0a77acf60d1afecf17637273a251cd8e80 Mon Sep 17 00:00:00 2001 From: Alex Page Date: Mon, 15 Apr 2019 09:46:48 -0400 Subject: [PATCH] New action, move assigned issues to column in GitHub projects This action allows assigned issues to automatically move to a new column in GitHub projects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3aa693c..3bcd533 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Alternative (Python-based) for Running GitHub Actions Locally](https://github.com/systemslab/popper) - [Manage GitHub Action workflows and actions by cli](https://github.com/inextensodigital/actions/tree/master/github-workflow) - Allows you to script edition. - [GitHub Action Builder and Previewer](https://create-github-action.now.sh/) +- [Move assigned issues to column in GitHub projects](https://github.com/alex-page/move-assigned-issue-column) ### Collection of Actions