Skip to content

Conversation

Copy link

Copilot AI commented Sep 12, 2025

  • Fix markdown lint issues
    • Remove extra blank line in CHANGELOG.md (MD012 violation)
    • Verify all markdown files pass linting

Changes Summary

Fixed markdown linting error in CHANGELOG.md by removing an extra consecutive blank line between the version heading and the "Bug Fixes" section. All markdown files now pass markdownlint-cli2 validation.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link
Author

Copilot AI commented Sep 12, 2025

@damacus 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

…600)

Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Copilot AI changed the title [WIP] /etc/cron.allow must be g-rwx,o-rwx per CIS Benchmark Fix /etc/cron.allow and /etc/cron.deny file permissions to comply with CIS Benchmark Sep 12, 2025
Copilot AI requested a review from damacus September 12, 2025 22:12
Copy link
Member

@damacus damacus left a comment

Choose a reason for hiding this comment

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

@copilot just change the permissions dont make them configurable like that

…d 0600

Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Copy link
Author

Copilot AI commented Oct 31, 2025

@copilot just change the permissions dont make them configurable like that

Done! Removed the configurable attribute and changed the permissions directly to '0600' in the resource file. Changes committed in bc70793.

Copilot AI requested a review from damacus October 31, 2025 08:43
@damacus
Copy link
Member

damacus commented Nov 1, 2025

@copilot fix markdown lint issues.

@damacus damacus marked this pull request as ready for review November 1, 2025 06:15
@damacus damacus requested a review from a team as a code owner November 1, 2025 06:15
Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Copy link
Author

Copilot AI commented Nov 1, 2025

@copilot fix markdown lint issues.

Fixed! Removed extra blank line in CHANGELOG.md. All markdown files now pass linting. Changes committed in 0c939a5.

@github-actions
Copy link

Slowest examples

Top 9 slowest examples (0.71 seconds, 100% of total time)
Example Description Time in seconds
spec/unit/recipes/default_spec.rb:69 test::default deletes cron_d[delete_cron] 0.17291
spec/unit/recipes/default_spec.rb:7 test::default enables and starts service[cron] 0.09446
spec/unit/recipes/default_spec.rb:32 test::default creates cron_d[fixnum-job] 0.07477
spec/unit/recipes/default_spec.rb:58 test::default creates if missing cron_d[no_value_check] 0.07422
spec/unit/recipes/default_spec.rb:12 test::default creates cron_d[bizarrely-scheduled-usage-report] 0.06196
spec/unit/recipes/default_spec.rb:65 test::default creates file[/etc/cron.d/delete_cron] 0.06032
spec/unit/recipes/default_spec.rb:22 test::default creates cron_d[test-month-usage-report] 0.05963
spec/unit/recipes/default_spec.rb:42 test::default creates cron_d[predefined_value_check] 0.05879
spec/unit/recipes/default_spec.rb:50 test::default creates cron_d[nil_value_check] 0.0586

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