Closed vprashar2929 closed 1 month ago
This commit updates the credentials in the release workflow to use the correct secrets defined for the repository.
This also updates the extractor and profiler code to make linting and formatting CI pass
In addition to approval, the author must confirm the following check list:
[ ] Run the following command to format your code:
make fmt
[ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
must-fix
minor
nit
This commit updates the credentials in the release workflow to use the correct secrets defined for the repository.
This also updates the extractor and profiler code to make linting and formatting CI pass
Checklist for PR Author
In addition to approval, the author must confirm the following check list:
[ ] Run the following command to format your code:
[ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
must-fix
: The logic appears incorrect and must be addressed.minor
: Typos, minor issues, or potential refactoring for better readability.nit
: Trivial issues like extra spaces, commas, etc.