Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/deadline-message' into feat…
Browse files Browse the repository at this point in the history
…/deadline-message
  • Loading branch information
gentlementlegen committed Dec 6, 2024
2 parents bf4e0a1 + 5da5eb7 commit 87ba9df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist/* linguist-generated
bun.lockb
2 changes: 1 addition & 1 deletion .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
compute:
environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }}
permissions: write-all
name: User Activity Watcher
name: Daemon Disqualifier
runs-on: ubuntu-latest
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "User activity watcher",
"name": "Daemon Disqualifier",
"description": "Watches user activity on issues, sends reminders on disqualification threshold, and unassign inactive users.",
"ubiquity:listeners": ["pull_request_review_comment.created", "issue_comment.created", "push", "issues.assigned"],
"configuration": {
Expand Down

0 comments on commit 87ba9df

Please sign in to comment.