It would be useful to be able to define rules for 'fedora-rawhide', particularly since one of the generic tests - rpmdeplint - currently only runs on Rawhide. But you can't currently usefully do this, because when Bodhi queries for Rawhide updates, it uses the version number - it queries for fedora-43 (or whatever), not fedora-rawhide.
fedora-43
fedora-rawhide
We could make Bodhi know about Rawhide and have it query for fedora-rawhide, but then anyone who's already written a rule for fedora-43 is screwed. Making Bodhi query on both versions is also possible, but would double the number of queries Bodhi runs, which isn't great.
So I wondered if we can set up some kind of alias at greenwave level...so that either we have Bodhi query for fedora-rawhide and rules for fedora-43 (or whatever the current Rawhide number is) are automatically applied, or vice versa. I haven't had time yet to look if this is really possible, but wanted to write the idea down in a ticket at least so it's not lost in a mailing list post.