Skip to content

Commit

Permalink
Merge branch 'trunk' into add/sso-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero authored Feb 2, 2024
2 parents 814c559 + b493b7d commit a20834a
Show file tree
Hide file tree
Showing 443 changed files with 6,401 additions and 3,365 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: 'Mark stale issues'
on:
schedule:
- cron: '30 0 * * *'
workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
timeout-minutes: 1 # 2021-01-18: Successful runs seem to take a few seconds
timeout-minutes: 10 # 2024-01-30: v9 takes longer, and it's not like it matters a whole lot since this only runs once per day anyway.
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Get issues in descending (newest first) order.
ascending: false
# Operations (roughly API calls) per run. Adjust to avoid using up the rate limit (1000/hr shared across all jobs in the repo for the token used here).
Expand Down
Loading

0 comments on commit a20834a

Please sign in to comment.