From 250a2d2fc55d568dfeaa197a72e441ef2d4960a8 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 21 Aug 2020 13:18:40 +0200 Subject: [PATCH] Add the only-labels option in the readme (#141) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2be839e4..31e52d18 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ jobs: exempt-issue-labels: 'awaiting-approval,work-in-progress' stale-pr-label: 'no-pr-activity' exempt-pr-labels: 'awaiting-approval,work-in-progress' + only-labels: 'awaiting-feedback,awaiting-answers' ``` ### Debugging