Skip to content

Comments

Fix workflow timeouts and YAML syntax errors#6

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-workflow-git-actions-errors
Draft

Fix workflow timeouts and YAML syntax errors#6
Copilot wants to merge 2 commits intomainfrom
copilot/fix-workflow-git-actions-errors

Conversation

Copy link

Copilot AI commented Feb 6, 2026

GitHub Actions workflows were failing due to timeout limits and YAML linting errors.

Changes

  • Increased timeout: auto-test.yml now allows 45 minutes (was 25) for config testing jobs
  • YAML cleanup: Removed trailing whitespace from both workflow files
  • Linting compliance: Fixed comment spacing to pass yamllint validation

The 25-minute timeout was insufficient for processing large config batches, causing consistent CI failures. YAML trailing spaces prevented proper parsing in some contexts.

Original prompt

fixed workflow and git Actions errors


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Shayanthn <199501394+Shayanthn@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix workflow and Git Actions errors Fix workflow timeouts and YAML syntax errors Feb 6, 2026
Copilot AI requested a review from Shayanthn February 6, 2026 17:20
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.

2 participants