fix: only-issue-types does not affect PRs (#1338)

* fix:  does not affect PRs

* docs: mention new behaviour specifically in README.md

* test: add new test case to avoid regression

* chore: run build
This commit is contained in:
Felix Schneider
2026-06-30 20:46:44 +02:00
committed by GitHub
parent eb5cf3af3a
commit 9461cb1006
4 changed files with 37 additions and 2 deletions
+2
View File
@@ -569,6 +569,8 @@ A comma separated list of allowed issue types. Only issues with a matching type
If unset (or an empty string), this option will not alter the stale workflow.
This option does not affect PRs.
Default value: unset
### Usage