Skip to content

GitHub activity. Find inactive or dormant users

License

Notifications You must be signed in to change notification settings

softrams/activity

 
 

Repository files navigation

Action

This repository serves as a template for TypeScript Actions.

Usage

Create a workflow (eg: .github/workflows/seat-count.yml). See Creating a Workflow file.

Example

name: TypeScript Action Workflow
on:
  workflow_dispatch:

jobs:
  run:
    name: Run Action
    runs-on: ubuntu-latest
    steps:
      - uses: austenstone/action-typescript@main

➡️ Inputs

Various inputs are defined in action.yml:

Name Description Default
github‑token Token to use to authorize. ${{ github.token }}

Further help

To get more help on the Actions see documentation.

About

GitHub activity. Find inactive or dormant users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%