From d060495ef55b37ccfa0651fef826241bd693426c Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:11:58 -0400 Subject: [PATCH] [improve](build): Actions(add label) Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/workflows/stale-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-branches.yml b/.github/workflows/stale-branches.yml index d3523411..473d7d2c 100644 --- a/.github/workflows/stale-branches.yml +++ b/.github/workflows/stale-branches.yml @@ -21,7 +21,7 @@ jobs: # comment-updates: false # max-issues: 20 tag-committer: true - # stale-branch-label: 'stale branch 🗑️' + stale-branch-label: 'stale branch 🗑️' # compare-branches: 'info' # branches-filter-regex: '^((?!dependabot))' # rate-limit: false