danstis / rmstale

rmstale is a tool to remove stale files recursively below a given directory. Files and folders older than a defined period are removed.
MIT License
3 stars 1 forks source link

chore: update GitHub labels and configuration for consistency #233

Closed danstis closed 1 month ago

danstis commented 1 month ago

User description

Fixes #228


PR Type

enhancement, configuration changes


Description


Changes walkthrough πŸ“

Relevant files
Configuration changes
dependabot.yml
Update Dependabot configuration and labels                             

.github/dependabot.yml
  • Updated the URL for Dependabot configuration documentation.
  • Changed update schedule from daily to weekly for both Go modules and
    GitHub Actions.
  • Added labels for dependencies and GitHub Actions updates.
  • +9/-3     
    Enhancement
    .pr_agent.toml
    Add custom labels configuration for PR agent                         

    .pr_agent.toml
  • Added a new configuration file for custom labels.
  • Enabled custom labels with descriptions for various categories.
  • Added an ignore pattern for specific files.
  • +20/-0   

    πŸ’‘ PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    sophie-syntax[bot] commented 1 month ago

    PR Reviewer Guide πŸ”

    Here are some key observations to aid the review process:

    **🎫 Ticket compliance analysis βœ…** **[228](https://github.com/danstis/rmstale/issues/228) - Fully compliant** Fully compliant requirements: - Update GitHub labels to be more consistent. - Ensure same labels are used by dependabot and pr-agent.
    ⏱️ Estimated effort to review: 2 πŸ”΅πŸ”΅βšͺβšͺβšͺ
    πŸ§ͺ No relevant tests
    πŸ”’ No security concerns identified
    ⚑ Recommended focus areas for review

    Label Consistency
    Ensure that the labels added are consistent across all configurations as intended. Configuration Validation
    Validate the new configuration settings and custom labels to ensure they meet the project's standards and requirements.
    sophie-syntax[bot] commented 1 month ago

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    sonarcloud[bot] commented 1 month ago

    Quality Gate Passed Quality Gate passed

    Issues
    0 New issues
    0 Accepted issues

    Measures
    0 Security Hotspots
    0.0% Coverage on New Code
    0.0% Duplication on New Code

    See analysis details on SonarCloud