Skip to content

Commit

Permalink
⬆️ Bump files with dotnet-file sync
Browse files Browse the repository at this point in the history
# devlooped/oss

- Ensure GH token is available for gh CLI devlooped/oss@68f4c73
- Update stale.yml to increase max random wait to 180'' devlooped/oss@24c2668
  • Loading branch information
devlooped-bot authored and kzu committed Aug 27, 2024
1 parent 45f2307 commit 7c4450f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
- name: ⌛ rate
shell: pwsh
if: github.event_name != 'workflow_dispatch'
env:
GH_TOKEN: ${{ github.token }}
run: |
# add random sleep since we run on fixed schedule
sleep (get-random -max 60)
$wait = get-random -max 180
echo "Waiting random $wait seconds to start"
sleep $wait
# get currently authenticated user rate limit info
$rate = gh api rate_limit | convertfrom-json | select -expandproperty rate
# if we don't have at least 100 requests left, wait until reset
Expand Down
4 changes: 2 additions & 2 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,6 @@
weak
[file ".github/workflows/stale.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/stale.yml
sha = 695ccee03855bd584a1d7e2f6a59d05e0f919ce1
etag = fac9da58349366f7031314cd05c8b554a262945c6e4d6bd3897906854b68153e
sha = 24c2668751adeaf0d27f60bfc964d30e64b852d0
etag = 1db52e72bee3748e6b9ade658c295016b1c8c2a2a51d68dda82d1f6d365b51ed
weak

0 comments on commit 7c4450f

Please sign in to comment.