Skip to content

Commit

Permalink
Merge pull request #2 from FreeMason9224/FreeMason9224-patch-2
Browse files Browse the repository at this point in the history
Update more-info-needed-closer.yml
  • Loading branch information
FreeMason9224 authored Oct 26, 2024
2 parents cb207ae + 99f3372 commit 0d82ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/more-info-needed-closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- name: Checkout Actions
uses: actions/checkout@v2

# Add a step to wait for a specific time to avoid rate limiting
- name: Wait to avoid rate limit
run: sleep 120

- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand Down

0 comments on commit 0d82ba5

Please sign in to comment.