-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add author's GitHub id to changelog file
OPA uses the changelog file to recognize people who contribute to the project by mentioning them in it. This commit introduces a way to fetch the GitHub handle for the commit authors if they are not listed in the MAINTAINERS.md file. It makes use of the GitHub API to do so, and thus introduces an optional cli argument to pass the token to authenticate requests, without which you might run into rate limit errors if you run the script a couple of times. Fixes #2323 Signed-off-by: Aditya <aditya10699@gmail.com>
- Loading branch information
1 parent
56f0652
commit 6f947f1
Showing
1 changed file
with
72 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters