-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add woodpecker as known CI #4336
Conversation
Signed-off-by: 6543 <6543@obermui.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good thanks! One quick question
/scdiff generate CI-Tests |
Signed-off-by: 6543 <6543@obermui.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks! Can you update your branch?
Either via rebase or merge is fine, we squash to merge in the end.
Done |
What kind of change does this PR introduce?
It addresses #4210
What is the current behavior?
It does not count tests run by Woodpecker
e.g.
CI-Tests
score of woodpecker's own main repo is 8/10What is the new behavior (if this is a feature change)?**
it detects woodpecker and score the tests acordingly
e.g.
CI-Tests
score of woodpecker's own main repo is 10/10scorecard --repo=https://github.com/woodpecker-ci/woodpecker
:Which issue(s) this PR fixes
Fixes #4210
Special notes for your reviewer
Does this PR introduce a user-facing change?
no