Skip to content
settings

GitHub Action

GitHub Project Board Automation

0.0.1.9 Pre-release

GitHub Project Board Automation

settings

GitHub Project Board Automation

Github Project Board Automation

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub Project Board Automation

uses: pritishvaidya/github-project-board-automation@0.0.1.9

Learn more about this action in pritishvaidya/github-project-board-automation

Choose a version

Github Project Board Automation

Automation events for the Github Project Board

Getting Started

Basic Usage

name: Add Pull Requests to Project Board
'on':
  - pull_request
jobs:
  add:
    name: Add to Board
    runs-on: macos-latest
    timeout-minutes: 2
    steps:
      - name: GitHub Project Board Automation
        uses: pritishvaidya/github-project-board-automation@0.0.1.5
        with:
          projects: Iron Maiden,Metallica
          column: In progress
          token: ${{ secrets.GITHUB_TOKEN  }}

Properties

Input Default Type Description
on required string pull_request, pull_request_target, pull_request_review, pull_request_review_comment, issues, issue_comment
projects required string Comma separated Values of Project Board
column required string Column in the Project Board to take action
token required string GitHub access token
action update string Action taken on the Project Card

Contribution

Questions

Feel free to contact me or create an issue