Dynamic function to test for core contributor flag #76
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "features/dynamic-core-flag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This removes the isCore flag and allows us to dynamically calculate the
core flag for contributors.
For now this is just us (the first 6 contirbutors)
Also we do not need the default contributor anymore because the deploy
user has the role to manage contributors and can create the first real
contributors.
As far as I can tell that looks good!