Skip to content

Commit

Permalink
Update stale so it only runs for Clooos and not on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBearPresident authored Dec 17, 2024
1 parent 0179fed commit 7ec2df6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# - No PRs marked as no-stale
# - No issues (-1)
- name: 60 days stale PRs policy
if: github.repository_owner == 'Clooos'
uses: actions/[email protected]
with:
days-before-stale: 60
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
# - No issues marked as no-stale or help-wanted
# - No PRs (-1)
- name: 90 days stale issues
if: github.repository_owner == 'Clooos'
uses: actions/[email protected]
with:
days-before-stale: 90
Expand Down Expand Up @@ -75,6 +77,7 @@ jobs:
# - No Issues marked as no-stale or help-wanted
# - No PRs (-1)
- name: Needs more information stale issues policy
if: github.repository_owner == 'Clooos'
uses: actions/[email protected]
with:
only-labels: "needs-more-information"
Expand Down Expand Up @@ -106,6 +109,7 @@ jobs:
# - No Issues marked as no-stale or help-wanted
# - No PRs (-1)
- name: Remove needs-more-information label
if: github.repository_owner == 'Clooos'
uses: actions/[email protected]
with:
only-labels: "needs-more-information"
Expand Down

0 comments on commit 7ec2df6

Please sign in to comment.