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.
There was a problem hiding this comment.
I am going to omit tests until I can find a good way to have that be a standalone label. That is to say if there are other labels, test won't appear.
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 10963 10963
Branches 1412 1412
=========================================
Hits 10963 10963 ☔ 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?
There was a problem hiding this comment.
I made some consolidations. The main aim isn't, at least in the first pass, to capture every folder. It is aimed at having some discoverability and look into the type of changes going in from the PR. The next commit aims to better capture that.
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: AbeCoull/prism-q#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.