Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
/ statusboardify Public archive
forked from npm/statusboard

Build a reusable GitHub actionΒ #6

@Eomm

Description

@Eomm

As a user, I want to be able to get a status board of my projects.

The usage would be like:

name: Statusboard

on:
  push:
  workflow_dispatch:
  workflow_call:

jobs:
  statusboard:
    uses: statusboardify@v1.0.0
    with:
      COMMIT_EMAIL: foo@bat.com
      COMMIT_NAME: Bot
      AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      REPOSITORIES_QUERY: "user:Eomm is:public"
      ISSUES_QUERY: "is:open"  
      PROJECT_REPOSITORY: https://github.com/Eomm/statusboardify
      SITE_NAME: πŸš€ Eomm
      SITE_URL: https://github.com/Eomm
    permissions:
      contents: write

It should be doable by creating an action.yml with type: composite

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions