Skip to content
This repository was archived by the owner on Sep 1, 2019. It is now read-only.

alex-page/add-new-issue-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add new issues to project

✨ GitHub action to automagically add new issues to projects.

How to use

To use this action we need the project name and the name of the column for the new issues will go into. The project and column names will be used to get a column ID for automation.

In your project create a new workflow file .github/main.workflow:

workflow "✨Add new issues to projects" { resolves = ["alex-page/add-new-issue-project"] on = "issues" } action "alex-page/add-new-issue-project" { uses = "alex-page/add-new-issue-project@master" args = [ "🎒 Backlog", "To do"] secrets = ["GITHUB_TOKEN"] } 

Note: Replace 🎒 Backlog with your project name and To do with your project column.

Release history

  • v0.0.3 - Add missing labels for action release
  • v0.0.2 - End in a neutral state for unsupported issue action
  • v0.0.1 - First release

About

✨ GitHub action to magically add new issues to projects

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published