Skip to content

Commit

Permalink
Update stalled.yml to test labeling
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Cohen <markcoh@amazon.com>
  • Loading branch information
macohen committed May 28, 2024
1 parent 7c8e967 commit 5cb03b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stalled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: aws-actions/stale-issue-cleanup@v6
with:
stale-pr-label: 'stalled'
stale-pr-message: 'This PR is stalled because it has been open for 30 days with no activity.'
days-before-stale: 30
stale-pr-message: 'This PR is stalled because it has been open for 1 days with no activity.'
days-before-stale: 1
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5cb03b3

Please sign in to comment.