46bdec1
@@ -26,9 +26,9 @@
topics:
- "%(topic)s" # The topic of the message that triggered us.
users:
- - "%(msg.commit.username)s"
+ - "%(msg.authors)s"
operation: count
condition:
greater than or equal to: 1
- recipient: "%(msg.commit.username)s"
+ recipient: "%(msg.authors)s"
greater than or equal to: 10
greater than or equal to: 1000
greater than or equal to: 150
greater than or equal to: 50
greater than or equal to: 500
This commits updates Pagure's badges rules so that they can be awarded by the new fedbadges consumer. See https://github.com/fedora-infra/fedbadges/commit/bc1aca5842b920c61c97b13148b04fe9808e6a6f
Signed-off-by: Clement Verna cverna@tutanota.com
Metadata Update from @jflory7: - Pull-request tagged with: bug, review
We discussed this in #fedora-badges last week. The change is simple and makes sense to me. I'm going to merge this now and run the playbook. :clapper:
#fedora-badges
Pull-Request has been merged by jflory7
This commits updates Pagure's badges rules so that they can
be awarded by the new fedbadges consumer.
See https://github.com/fedora-infra/fedbadges/commit/bc1aca5842b920c61c97b13148b04fe9808e6a6f
Signed-off-by: Clement Verna cverna@tutanota.com