Skip all PRs without the special label

This commit is contained in:
Hugo van Kemenade 2022-04-12 14:53:50 +03:00
parent c45a29d5fe
commit 4160d9145e

View File

@ -20,7 +20,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
debug-only: true
only-issue-labels: "Awaiting OP Action"
only-labels: "Awaiting OP Action"
close-issue-message: "Closing this issue as no feedback has been received."
days-before-stale: -1
days-before-close: 1