Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge development into main #142

Merged
merged 52 commits into from
Oct 9, 2024
Merged

Merge development into main #142

merged 52 commits into from
Oct 9, 2024

Conversation

gentlementlegen
Copy link
Member

No description provided.

package.json Show resolved Hide resolved
Comment on lines +177 to 187
// Get treasury GitHub user id
const octokit = getOctokitInstance();
const { data: treasuryGithubData } = await octokit.users.getByUsername({
username: process.env.PERMIT_TREASURY_GITHUB_USERNAME,
username: env.PERMIT_TREASURY_GITHUB_USERNAME,
});
if (!treasuryGithubData) {
console.log(
`GitHub user was not found for username ${process.env.PERMIT_TREASURY_GITHUB_USERNAME}, skipping permit fee generation`
`GitHub user was not found for username ${env.PERMIT_TREASURY_GITHUB_USERNAME}, skipping permit fee generation`
);
return result;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rndquu we should try testing this treasury fee on @ubiquity organization.

@0x4007 0x4007 mentioned this pull request Oct 6, 2024
@gentlementlegen gentlementlegen merged commit 66197a3 into main Oct 9, 2024
41 of 49 checks passed
@0x4007 0x4007 mentioned this pull request Oct 10, 2024
@rndquu rndquu mentioned this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants