Skip to content

Commit

Permalink
chore(auto-accept-collabs): update the schedue to run 5 minutes befor…
Browse files Browse the repository at this point in the history
…e renovate
  • Loading branch information
JuniorJPDJ authored Aug 17, 2024
1 parent 9049de4 commit bf4747d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-accept-collabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto-accept repository invites

on:
schedule:
- cron: 55 * * * *
- cron: 25 * * * *
workflow_dispatch:

jobs:
Expand All @@ -12,4 +12,4 @@ jobs:
- name: Auto-accept repository invites
uses: kbrashears5/[email protected]
with:
TOKEN: ${{ secrets.GH_TOKEN }}
TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit bf4747d

Please sign in to comment.