Skip to content

Commit

Permalink
Update .github/workflows/stale.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Sanders <[email protected]>
  • Loading branch information
erickzhao and dsanders11 authored Jan 31, 2025
1 parent 54110c5 commit 72d6645
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
schedule:
- cron: '0 0 * * *'

permissions:
issues: write
pull-requests: write
permissions: {}

jobs:
stale:
runs-on: ubuntu-latest

permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
with:
Expand Down

0 comments on commit 72d6645

Please sign in to comment.