Merge pull request #202 from xFlawless11x/feature/cancel-pending-approval

feat: allow cancellation of pending-approval requests
This commit is contained in:
kikootwo
2026-05-15 06:46:33 -04:00
committed by GitHub
5 changed files with 115 additions and 7 deletions
+7
View File
@@ -77,6 +77,13 @@ export const NOTIFICATION_EVENTS = {
severity: 'error' as const,
priority: 'high' as const,
},
request_cancelled: {
label: 'Request Cancelled',
title: 'Request Cancelled',
emoji: '\u{1F6AB}',
severity: 'warning' as const,
priority: 'normal' as const,
},
issue_reported: {
label: 'Issue Reported',
title: 'Issue Reported',