Skip to content

Commit a63bb80

Browse files
committed
Support Status: Waiting feedback
1 parent fcfc6e5 commit a63bb80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Api/Status/GitHubStatusApi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class GitHubStatusApi implements StatusApi
1313
Status::NEEDS_WORK => 'Status: Needs Work',
1414
Status::WORKS_FOR_ME => 'Status: Works for me',
1515
Status::REVIEWED => 'Status: Reviewed',
16+
Status::WAITING_FEEDBACK => 'Status: Waiting feedback',
1617
];
1718

1819
private array $labelToStatus;

src/Api/Status/Status.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ final class Status
1313
public const string NEEDS_WORK = 'needs_work';
1414
public const string WORKS_FOR_ME = 'works_for_me';
1515
public const string REVIEWED = 'reviewed';
16+
public const string WAITING_FEEDBACK = 'waiting_feedback';
1617
}

0 commit comments

Comments
 (0)