This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
You've already forked stale
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
74dfff0835e9f2a01b8cd2298b82bf09e41fdfde
stale
/
src
/
interfaces
/
pull-request.ts
T
8 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: move and rename the interfaces/classes (
#290
)
2021-02-13 12:09:37 +01:00
export
interface
IPullRequest
{
number
:
number
;
head
:
{
ref
:
string
;
}
;
feat(draft-pr): add new option to not process PRs which are in draft (
#539
)
2021-09-20 15:37:32 +02:00
draft
:
boolean
;
refactor: move and rename the interfaces/classes (
#290
)
2021-02-13 12:09:37 +01:00
}
Reference in New Issue
Copy Permalink