This is an automated email from the ASF dual-hosted git repository. leonard pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push: new 702553736 [build][hotfix] Allow pinning issues & PRs that never decay 702553736 is described below commit 702553736c4e4c65cbb92d14e06c54b79ceb4c99 Author: yuxiqian <34335406+yuxiq...@users.noreply.github.com> AuthorDate: Fri Dec 27 17:36:28 2024 +0800 [build][hotfix] Allow pinning issues & PRs that never decay This closes #3816 --- .github/workflows/close_stale.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/close_stale.yml b/.github/workflows/close_stale.yml index 30fbdd4df..538e650a7 100644 --- a/.github/workflows/close_stale.yml +++ b/.github/workflows/close_stale.yml @@ -53,4 +53,7 @@ jobs: # Auto-remove stale has conflicts with existing approve label workflows # and will result in Stale label missing. remove-pr-stale-when-updated: false - remove-issue-stale-when-updated: false \ No newline at end of file + remove-issue-stale-when-updated: false + # Allow pinning issues and PRs that is not meant to be closed automatically + exempt-issue-labels: "pinned" + exempt-pr-labels: "pinned" \ No newline at end of file