A GitHub Action that can be used to prune/cleanup stale and/or unused branches in a repository. actionsstalegithub-actions UpdatedAug 27, 2024 TypeScript gittypescripteslintstaleworkflowsmdcodeqlplaywright UpdatedJan 28, 2025 TypeScript Load more… ...
-name:Stale Branchesuses:crs-k/stale-branches@v5.0.0with:repo-token:'${{ secrets.GITHUB_TOKEN }}'days-before-stale:120days-before-delete:180comment-updates:falsemax-issues:20tag-committer:falsestale-branch-label:'stale branch 🗑️'compare-branches:'info'branches-filter-regex:'^((?!depend...
$ git goneusage: git gone[-pndD][<branch>=origin]OPTIONS-p prune remote branch-n dry run: list the gone branches-d delete the gone branches-D delete the gone branches forcefullyEXAMPLESgit gone -pn prune and dry rungit gone -d delete the gone branches First we need to delete the remo...
- name: Check for Stale Branches uses: crs-k/stale-branches@v2.0.21 uses: crs-k/stale-branches@v3.0.0 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' days-before-stale: 15 0 comments on commit e20f457 Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation ...
GitHub is where people build software. More than 50 million people use GitHub to discover, fork, and contribute to over 100 million projects.
kukkok3 changed the title Delete .github/workflows/stale-branches.yml chore: delete stale branch action | NPG-000 Jan 21, 2025 View details stevenj merged commit 19ab794 into main Jan 21, 2025 34 of 37 checks passed stevenj deleted the remove-stale-branches-action branch January 21, ...
Update @actions/core from 1.10.1 to 1.11.1 by @dependabot in https://github.com/actions/stale/pull/1191 Update @types/jest from 29.5.11 to 29.5.14 by @dependabot in https://github.com/actions/stale/pull/1193 Update @actions/cache from 3.2.2 to 4.0.0 by @...
jparise/stale jparise/stalePublic Sponsor NotificationsYou must be signed in to change notification settings Fork8 Star150 master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit jparise Remove upper bound on the copyright year range...
Github action to remove stale branches. Contribute to blozano-tt/remove-stale-branches development by creating an account on GitHub.
6Branches37Tags Folders and files Name Last commit message Last commit date Latest commit adamdehaven chore(release): 1.1.0 Jan 22, 2025 dbed212·Jan 22, 2025 History 220 Commits .github feat(ci): add timeout-minutes to ci jobs [KHCP-8104] (#355) ...