Closed petermetz closed 1 month ago
I think the failing maintainers are not part of this org (https://github.com/orgs/hyperledger-cacti/people?query=) and not in maintainers team (https://github.com/orgs/hyperledger-cacti/teams/cacti-maintainers), that may be the main issue
I think the failing maintainers are not part of this org (https://github.com/orgs/hyperledger-cacti/people?query=) and not in maintainers team (https://github.com/orgs/hyperledger-cacti/teams/cacti-maintainers), that may be the main issue
correct
@ryjones @outSH @jagpreetsinghsasan Oh, OK, then this can be closed, thank you! :-)
We've been having sytnax issues with the CODEOWNERS file for years where GitHub is claiming that the usernames of certain maintainers don't exist even though they defintely do.
This is an attempt to get that error unstuck by adding each wildcard entry as its own line in the text file. Will be interesting to see if this makes to false-positive syntax errors go away.
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners For rebasing and squashing, here's a must read guide for beginners.