ci: make manual spread label more cooperative
Metadata
Current evaluation
Merged a CI workflow update improving manual spread label handling. The change ensures the workflow triggers on label addition, runs on subsequent commits, supports manual dispatch, and respects removal. Approved and merged.
Suggested action: —
No scores available.
Issue body
- [ ] Have you followed the [guidelines for contributing](https://github.com/canonical/snapcraft/blob/main/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint`?
- [ ] Have you successfully run `make test`?
---
I confirmed via manual testing that the following worked:
- Adding the label triggers the workflow
- Pushing a commit after the label is already added will run it
- Manual dispatch of the workflow works
- Pushing a commit after removing the label will not run it
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a CI workflow update improving manual spread label handling. The change ensures the workflow triggers on label addition, runs on subsequent commits, supports manual dispatch, and respects removal. Approved and merged. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a CI workflow update that improves handling of the PR: Run Manual Spread label. Verified that adding or removing the label correctly triggers or stops the workflow, and manual dispatch functions as expected. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged updates to the CI workflow for the PR: Run Manual Spread label. The change ensures label addition triggers execution, handles subsequent commits, supports manual dispatch, and correctly halts on label removal. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2487 ci: add manual spread label, match other crafts | charmcraft | merged | Merged. Adds the 'PR: Run Manual Spread' label to standardize manual spread workflows across crafts. Approved by two reviewers despite unrelated CI failures, which were deemed out of scope. Two-file change with non-blocking type warnings. | |
| #5714 ci: update label for manual spread tests | snapcraft | merged | Merged after reviewer approval. Updates CI configuration to use a new terraform-managed label for manual spread tests. All required checks passed and the change was successfully integrated. | |
| #1034 ci: make manual spread more cooperative | rockcraft | merged | Merged after two approvals and passing all CI checks. The change updates CI configuration to make manual spread more cooperative. Marked as a duplicate of PR #5880. | |
| #996 fix(ci): restore the manual spread label | rockcraft | merged | Merged after approval by two reviewers. Restores the manual spread label to support PR #993. CI checks passed except snap-tests, which did not block the merge. The fix required a single line change. | |
| #395 ci: add manual spread workflow with per-suite labels | imagecraft | closed | Closed without merging due to unresolved review comments and failing CI checks. The PR proposed adding a per-suite manual spread workflow but was not approved. | |
| #5434 ci: add check for each manual spread test job | snapcraft | merged | Merged CI configuration changes adding explicit checks for manual spread test jobs. This prevents jobs from incorrectly showing as skipped when the manual label is absent. Approved by reviewers and passed all CI checks. |