Skip to content

Add card to project

Actions
just add issue or pr to github project
v0.0.1
Latest
Star (1)

add-card-to-project

just add issue or pr to github project

Example Usage

name: Add card to project

on:
  issues:
    types:
      - opened

jobs:
  add-card-to-project:
    name: Add issue to project
    runs-on: ubuntu-latest
    steps:
      - uses: stNamco/[email protected]
        with:
          githubToken: ${{secrets.EXAMPLE_PAT}}
          ownerType: user
          ownerName: stNamco
          projectNumber: 6
          repositoryName: example-issues
          issueId: ${{ github.event.issue.number }}

Action inputs

Name Description
githubToken repo and project scoped Personal Access Token (PAT).
ownerType user or organization.
ownerName user name or organization name.
repositoryName github repository name.
projectNumber github project numeber.
issueId the issue or pr id.

Add card to project is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

just add issue or pr to github project
v0.0.1
Latest

Add card to project is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.