Skip to content

Set autoloop cadence to 30 minutes#5

Merged
mrjf merged 3 commits into
mainfrom
copilot/change-autoloop-freq-30-minutes
May 11, 2026
Merged

Set autoloop cadence to 30 minutes#5
mrjf merged 3 commits into
mainfrom
copilot/change-autoloop-freq-30-minutes

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

Description

Autoloop should run every 30 minutes instead of every 6 hours, with the generated AW lockfile kept in sync.

  • Workflow source

    • Updated .github/workflows/autoloop.md:
      on:
        schedule: every 30m
  • Compiled workflow

    • Updated .github/workflows/autoloop.lock.yml to emit:
      - cron: "*/30 * * * *"
    • Refreshed the lockfile frontmatter hash for the changed source.

Type of change

  • Bug fix
  • New feature
  • Documentation
  • Maintenance / refactor

Testing

  • Tested locally
  • All existing tests pass
  • Added tests for new functionality (if applicable)

Copilot AI linked an issue May 11, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits May 11, 2026 07:05
…op-freq-30-minutes

Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot AI changed the title [WIP] Update autoloop frequency to every 30 minutes Set autoloop cadence to 30 minutes May 11, 2026
Copilot finished work on behalf of mrjf May 11, 2026 07:14
Copilot AI requested a review from mrjf May 11, 2026 07:14
@mrjf mrjf marked this pull request as ready for review May 11, 2026 14:49
@mrjf mrjf merged commit f6f5272 into main May 11, 2026
41 of 43 checks passed
@mrjf mrjf deleted the copilot/change-autoloop-freq-30-minutes branch May 11, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change autoloop freq to every 30 minutes

2 participants