Skip to content

feat: add issue status change types and project notification rule types#75

Open
Dobrunia wants to merge 2 commits intomasterfrom
feat/issue-status-notifications
Open

feat: add issue status change types and project notification rule types#75
Dobrunia wants to merge 2 commits intomasterfrom
feat/issue-status-notifications

Conversation

@Dobrunia
Copy link
Copy Markdown
Member

@Dobrunia Dobrunia commented May 6, 2026

add issue status change types and project notification rule types

/**
* Any Hawk mark change (resolve / ignore / star toggles). Matches granular RESOLVED… events.
*/
MARK_CHANGED = 'MARK_CHANGED',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems redundant

/**
* Issue status changes supported by project notifications.
*/
export enum IssueStatusChangeType {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"assigned" missed

/**
* GitHub Copilot was assigned to created issue.
*/
GITHUB_COPILOT_ASSIGNED = 'GITHUB_COPILOT_ASSIGNED'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can use "assigned"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants