Skip to content

Follows up on user activities related to task, sends reminders, and unassign inactive users.

Notifications You must be signed in to change notification settings

ubiquity-os-marketplace/disqualifier

Repository files navigation

@ubiquibot/user-activity-watcher

Watches user activity on issues, sends reminders on deadlines, and eventually unassigns inactive user to ensure that tasks don't stall, and subtracts XP.

Setup

yarn install

Database

To start a local instance, run

supabase start

Afterward, you can generate types for full auto-completion with

yarn supabase:generate:local

Test

To start Jest testing, run

yarn test

Valid configuration

- plugin: ubiquibot/user-activity-watcher
  type: github
  with:
    disqualification: "7 days"
    warning: "3.5 days"
    watch:
      optOut:
        - "repoName"
        - "repoName2"

About

Follows up on user activities related to task, sends reminders, and unassign inactive users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published