Conversation
| - any-glob-to-any-file: | ||
| - 'src/braket/program_sets/**' | ||
|
|
||
| tests: |
There was a problem hiding this comment.
This may be a bit overdone to include. I can keep or delete depending on where other opinions fall
There was a problem hiding this comment.
I think it's fine, it may be noisy but there may be some test-only PRs which would be nice to have a label for.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1229 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 169 169
Lines 10835 10835
Branches 1382 1382
=========================================
Hits 10835 10835 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| - any-glob-to-any-file: | ||
| - 'src/braket/program_sets/**' | ||
|
|
||
| tests: |
There was a problem hiding this comment.
I think it's fine, it may be noisy but there may be some test-only PRs which would be nice to have a label for.
| steps: | ||
| - uses: actions/labeler@v5 | ||
| with: | ||
| sync-labels: true |
| annealing: | ||
| - changed-files: | ||
| - any-glob-to-any-file: | ||
| - 'src/braket/annealing/**' |
There was a problem hiding this comment.
curious about how you chose which folders to include labels for vs. not? Some folders (e.g. parametric, registers, tasks, tracking, timings, experimental_capabilities) are not included in this list. Is it worth having a label for every folder, or should we perhaps have an "other source" label for folders we don't expect to change much?
| visualization: | ||
| - changed-files: | ||
| - any-glob-to-any-file: | ||
| - 'src/braket/visualization/**' |
There was a problem hiding this comment.
this folder doesn't exist in the main branch
| - any-glob-to-any-file: | ||
| - '.github/**' | ||
| - 'tox.ini' | ||
| - '.pre-commit-config.yaml' | ||
| - '.coveragerc' |
| - 'README.md' | ||
| - 'CHANGELOG.md' | ||
| - 'CONTRIBUTING.md' | ||
| - 'PUBLICATIONS.md' |
Issue #, if available:
Description of changes:
Adds in automatic labeling for PRs. For coloring the Labels or adding description, this will be done after the code is merged.
Testing done:
Used in a personal repo already. Example: https://github.com/AbeCoull/prism-q/pull/3
Merge Checklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.