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

Add command to automate issue assignment #1746

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

kachawla
Copy link
Contributor

@kachawla kachawla commented Sep 4, 2024

Adding support for /assign command to manage assignment of issue. Copied over from Radius repo https://github.com/radius-project/radius/blob/main/.github/scripts/radius-bot.js.

@brooke-hamilton
Copy link
Contributor

Would we also need to copy radius-project/radius/.github/workflows/radius-bot.yaml to this repo?

Should we put the radius-bot.js file in the root radius-project/.github repo and put the radius-bot.yaml file in each repo?

Related to #1641

@kachawla
Copy link
Contributor Author

kachawla commented Sep 5, 2024

Would we also need to copy radius-project/radius/.github/workflows/radius-bot.yaml to this repo?

Ah yes, the workflow needs to be copied over as well, thanks for catching that. I'll update the PR.

Should we put the radius-bot.js file in the root radius-project/.github repo and put the radius-bot.yaml file in each repo?

Based on https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file#supported-file-types I gathered that only limited types of files can be applied org wide through .github repo. But my understanding on this is limited, so let me know if that's not the case. Not a fan of copying the same file in multiple repo :)

Related to #1641

Thanks for sharing! Assigned myself to it.

@kachawla
Copy link
Contributor Author

kachawla commented Sep 6, 2024

Would we also need to copy radius-project/radius/.github/workflows/radius-bot.yaml to this repo?

Ah yes, the workflow needs to be copied over as well, thanks for catching that. I'll update the PR.

@brooke-hamilton Updated

Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
@brooke-hamilton
Copy link
Contributor

This PR is good. 🚀

@kachawla kachawla merged commit 831b84b into radius-project:edge Sep 13, 2024
8 checks passed
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.

4 participants