mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 17:16:25 +00:00
5 lines
196 B
TypeScript
5 lines
196 B
TypeScript
export const PR_STATE_MERGED = 'merged';
|
|
export const PR_STATE_OPEN = 'open';
|
|
export const PR_STATE_CLOSED = 'closed';
|
|
export const PR_STATE_ALL = 'all';
|
|
export const PR_STATE_NOT_OPEN = '!open';
|