Skip to content

fix: remove invalid disallowScopes sequence from workflow#43

Merged
DennisOSRM merged 1 commit into
masterfrom
fix/conventional-commits-workflow
Jun 3, 2026
Merged

fix: remove invalid disallowScopes sequence from workflow#43
DennisOSRM merged 1 commit into
masterfrom
fix/conventional-commits-workflow

Conversation

@DennisOSRM
Copy link
Copy Markdown
Contributor

Removes the disallowScopes: [] line which caused a YAML validation error ("A sequence was not expected" at line 17). The disallowScopes input expects a multiline string, not a YAML flow sequence. Since no scopes are being disallowed, removing the line is equivalent.

Copilot AI review requested due to automatic review settings June 3, 2026 06:32
@DennisOSRM DennisOSRM added this pull request to the merge queue Jun 3, 2026
@DennisOSRM DennisOSRM removed this pull request from the merge queue due to a manual request Jun 3, 2026
@DennisOSRM DennisOSRM merged commit f010900 into master Jun 3, 2026
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a GitHub Actions workflow YAML validation error in the Conventional Commits PR-title check by removing an invalid disallowScopes input value that was provided as a YAML sequence, even though the action expects a multiline string.

Changes:

  • Removed disallowScopes: [] from the workflow to avoid YAML schema/type validation issues.
  • Kept existing Conventional Commits configuration (scopes not required; allowed types unchanged).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DennisOSRM DennisOSRM deleted the fix/conventional-commits-workflow branch June 3, 2026 06:33
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