mirror of
https://github.com/actions/stale.git
synced 2025-12-30 03:48:18 +00:00
Add exemption for processing draft PRs
This commit is contained in:
@@ -52,6 +52,9 @@ inputs:
|
||||
skip-stale-issue-message:
|
||||
description: 'Skip adding stale message when marking an issue as stale.'
|
||||
default: false
|
||||
process-drafts:
|
||||
description: 'Should the draft PRs be marked stale? If set to true, draft PRs will be included in processing.'
|
||||
default: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user