Merge pull request #115 from alex-page/patch-2

New action, add new issues to GitHub projects
This commit is contained in:
Gary Ewan Park 2019-04-17 07:29:10 -07:00 committed by GitHub
commit f40269328a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +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) - [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. - [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/) - [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 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) - [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 ### Collection of Actions