leonardocustodio / polkadart

Polkadart provides developers the ability to query a node and interact with the Polkadot based chains using Dart.
https://polkadart.dev
Apache License 2.0
39 stars 16 forks source link

Create labeler.yml #477

Closed leonardocustodio closed 4 months ago

leonardocustodio commented 4 months ago

PR Type

configuration changes, enhancement


Description


Changes walkthrough πŸ“

Relevant files
Configuration changes
labeler.yml
Define labeling rules for various file changes and branch patterns

.github/labeler.yml
  • Added rules to label changes in root files, any files, and
    documentation files.
  • Configured labels for changes in source files excluding docs
    sub-folder.
  • Added labels for branches starting with feature and PRs targeting
    main.
  • +52/-0   
    labeler.yml
    Setup GitHub Actions workflow for PR labeling                       

    .github/workflows/labeler.yml
  • Created a GitHub Actions workflow for automatic PR labeling.
  • Configured the workflow to run on pull request targets.
  • +12/-0   

    πŸ’‘ PR-Agent usage: Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    CLAassistant commented 4 months ago

    CLA assistant check
    All committers have signed the CLA.

    github-actions[bot] commented 4 months ago

    PR Reviewer Guide πŸ”

    ⏱️ Estimated effort to review [1-5] 2
    πŸ§ͺ Relevant tests No
    πŸ”’ Security concerns No
    ⚑ Key issues to review Duplicate Configuration:
    The Documentation label is configured multiple times with similar patterns which could be simplified or merged to avoid redundancy and potential confusion.
    Label Configuration Clarity:
    The use of both 'any-glob-to-any-file' and 'all-globs-to-all-files' in the 'source' label might be confusing. Consider using a consistent pattern for clarity.
    github-actions[bot] commented 4 months ago

    Failed to generate code suggestions for PR