You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last time, we used Project Boards where we can plan our trips, but each of us ideally should has a customized Project Board so we can make it fitting for our needs
Your mission
Learn about GitHub Action plugin that can automate Git workflow
Activity - Execute GitHub Actions pipeline script to discover and to manage Project Boards
Learn about GitHub Action plugin that can automate Git workflow
GitHub Script action plugin from GitHub Action Marketplace can execute any available GitHub APIs that are available through GitHub REST
Activity - Execute GitHub Actions pipeline script to discover and to manage Project Boards
You will find two GitHub Actions pipeline script under .github/workflows that are related to Project Boards automation:
action-discover-projectboards.yml : You can use this to discover different Project Boards in a repo
action-clone-and-create-new-project.yml: You can use this to clone a Project Board
Run the first script action-discover-projectboards.yml to discover different Project Boards. Next, use action-clone-and-create-new-project.yml to create a new Project Board based on an unique Project ID
⏭️ After you are done, you can close this issue to move forward to next one.
The text was updated successfully, but these errors were encountered:
Welcome to Group Actions continent
Your mission
Learn about GitHub Action plugin that can automate Git workflow
GitHub Script action plugin from GitHub Action Marketplace can execute any available GitHub APIs that are available through GitHub REST
References:
For example, we can create a Project Board like this
or create Cards like this:
Activity - Execute GitHub Actions pipeline script to discover and to manage Project Boards
You will find two GitHub Actions pipeline script under
.github/workflows
that are related to Project Boards automation:action-discover-projectboards.yml
: You can use this to discover different Project Boards in a repoaction-clone-and-create-new-project.yml
: You can use this to clone a Project BoardRun the first script
action-discover-projectboards.yml
to discover different Project Boards. Next, useaction-clone-and-create-new-project.yml
to create a new Project Board based on an unique Project ID⏭️ After you are done, you can close this issue to move forward to next one.
The text was updated successfully, but these errors were encountered: