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

Use parameterized configuration #1029

Merged
merged 1 commit into from
Dec 7, 2022
Merged

Use parameterized configuration #1029

merged 1 commit into from
Dec 7, 2022

Conversation

kaibolay
Copy link
Contributor

@kaibolay kaibolay commented Dec 7, 2022

No description provided.

@@ -31,10 +70,10 @@ async function createIssue(event) {
const requestJson = await buildCreateIssueRequest(event);
const requestBody = JSON.stringify(requestJson);
const response =
await fetch("https://eventarc.atlassian.net/rest/api/3/issue", {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops

@norealityagent
Copy link

Maybe for a separate PR, but should this include a README like https://github.com/firebase/functions-samples/tree/main/2nd-gen/alerts-to-discord includes?

Copy link

@lfkellogg lfkellogg left a comment

Choose a reason for hiding this comment

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

Nice!

@kaibolay
Copy link
Contributor Author

kaibolay commented Dec 7, 2022

Maybe for a separate PR, but should this include a README like https://github.com/firebase/functions-samples/tree/main/2nd-gen/alerts-to-discord includes?

Yes, that would make sense. Feel free to write something 😏

@kaibolay kaibolay closed this Dec 7, 2022
@kaibolay kaibolay reopened this Dec 7, 2022
@kaibolay kaibolay merged commit 8c8c13c into main Dec 7, 2022
@kaibolay kaibolay deleted the kb/params branch December 7, 2022 16:41
@Mistrz82 Mistrz82 linked an issue Mar 12, 2023 that may be closed by this pull request
@Mistrz82 Mistrz82 removed a link to an issue Mar 12, 2023
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