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

feat: FEATUREOWNERS #287

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jagadeeshgade008
Copy link
Contributor

#196

Trying to implement workflow for FEATUREOWNERS in example-1

@jagadeeshgade008 jagadeeshgade008 marked this pull request as draft March 21, 2024 09:41
const ENVIROMENT = process.env.ENVIRONMENT || "staging";

function assignReviewers(users) {
return octokit.request("POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers", {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

need to update with actual details taking from workflow

@fahad19
Copy link
Member

fahad19 commented Mar 22, 2024

thanks so much, @jagadeeshgade008!

for properly testing it out first, I would recommend creating a new repository altogether rather than working inside the example-1 project in this repository.

why? because this will allow you to test your GitHub Actions workflows yourself.

you can copy the contents of example-1 directory and create a new repository out of it if it helps of course. I leave that judgement to you :)

@jagadeeshgade008
Copy link
Contributor Author

jagadeeshgade008 commented Apr 29, 2024

an example is being written here https://github.com/jagadeeshgade008/featurevisor-featureowner-example
still work in progress

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.

None yet

2 participants