From ad1c256b08d7ef848242f12acbf578a0966fd20b Mon Sep 17 00:00:00 2001 From: Alex Page Date: Mon, 15 Apr 2019 09:43:38 -0400 Subject: [PATCH 1/2] New action, add new issues to GitHub projects This action allows new issues to automatically be added as a card to projects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3aa693c..a871d7c 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/) +- [Add new issues to GitHub projects](https://github.com/alex-page/add-new-issue-project) ### Collection of Actions From 7d7a625e1d84fd6022e641bbeeb44a66eef837eb Mon Sep 17 00:00:00 2001 From: Alex Page Date: Wed, 17 Apr 2019 09:20:18 -0400 Subject: [PATCH 2/2] Slight reorder to group similar actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd5715..b0b6d12 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ 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/) -- [Add new pull requests to GitHub projects](https://github.com/alex-page/add-new-pulls-project) - [Move assigned issues to column in GitHub projects](https://github.com/alex-page/move-assigned-issue-column) - [Move assigned pull requests to column in GitHub projects](https://github.com/alex-page/move-assigned-pulls-column) - [Add new issues to GitHub projects](https://github.com/alex-page/add-new-issue-project) +- [Add new pull requests to GitHub projects](https://github.com/alex-page/add-new-pulls-project) ### Collection of Actions