Skip to content

Fix so agents don't need to specify a required label twice#5684

Merged
qwerty287 merged 1 commit into
woodpecker-ci:mainfrom
marcusramberg:marcus/better_require
Oct 25, 2025
Merged

Fix so agents don't need to specify a required label twice#5684
qwerty287 merged 1 commit into
woodpecker-ci:mainfrom
marcusramberg:marcus/better_require

Conversation

@marcusramberg

Copy link
Copy Markdown
Contributor

My initial implementation of this was a bit suboptimal, as the agent would need to specify a required label like !foo=req,foo=req. This fixes so !foo=req is enough to be picked up by the agent.

My initial implementation of this was a bit suboptimal, as the agent would need to specify
a required label like `!foo=req,foo=req`. This fixes so `!foo=req` is enough to be picked up
by the agent.
@6543 6543 added agent enhancement improve existing features labels Oct 24, 2025
@codecov

codecov Bot commented Oct 24, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.23%. Comparing base (3373f02) to head (563a4aa).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5684      +/-   ##
==========================================
- Coverage   21.23%   21.23%   -0.01%     
==========================================
  Files         423      423              
  Lines       38280    38283       +3     
==========================================
- Hits         8130     8128       -2     
- Misses      29396    29401       +5     
  Partials      754      754              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@qwerty287 qwerty287 merged commit 2fd4170 into woodpecker-ci:main Oct 25, 2025
9 checks passed
@woodpecker-bot woodpecker-bot mentioned this pull request Oct 25, 2025
1 task
@qwerty287 qwerty287 added bug Something isn't working and removed enhancement improve existing features labels Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants