Skip to content

Commit

Permalink
chore: add custom stale label of issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jan 12, 2023
1 parent 4dcbe0c commit a1b00f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/stale@v7
with:
any-of-issue-labels: replied
stale-issue-label: stale
days-before-pr-close: -1
stale-issue-message: Mark this issue stale because no activity for 60 days
close-issue-message: Close this issue because it's inactive since marked stale
Expand Down

1 comment on commit a1b00f1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 3901525893

Please sign in to comment.