Skip to content

Commit

Permalink
[ISSUE #2157]🔨Update auto approve pull requests wait time (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Jan 7, 2025
1 parent ce42fc9 commit 32bb790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_approve_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
github-token: ${{ secrets.BOT_TOKEN }}
script: |
const retryInterval1 = 300 * 1000; // 300 seconds
const retryInterval1 = 270 * 1000; // 270 seconds
await new Promise(resolve => setTimeout(resolve, retryInterval1));
const { owner, repo } = context.repo;
const pr = context.payload.pull_request || context.payload.check_suite.pull_requests[0];
Expand Down

0 comments on commit 32bb790

Please sign in to comment.