DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
333 stars 186 forks source link

DYN-6172 Add issues workflow #2957

Closed avidit closed 11 months ago

avidit commented 11 months ago

Please Note:

  1. Before submitting the PR, please review How to Contribute to Dynamo
  2. Dynamo Team will meet 1x a month to review PRs found on Github (Issues will be handled separately)
  3. PRs will be reviewed from oldest to newest
  4. If a reviewed PR requires changes by the owner, the owner of the PR has 30 days to respond. If the PR has seen no activity by the next session, it will be either closed by the team or depending on its utility will be taken over by someone on the team
  5. PRs should use either Dynamo's default PR template or one of these other template options in order to be considered for review.
  6. PRs that do not have one of the Dynamo PR templates completely filled out with all declarations satisfied will not be reviewed by the Dynamo team.
  7. PRs made to the DynamoRevit repo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after a LGTM label is added to the PR.

Purpose

This will add workflow to automates issues added to the repo. The workflow will transfer Dynamo issues to Dynamo repo and move DynamoRevit issues through the appropriate columns in the project DynamoRevitIssues.

*Needs DYNAMOBOTTOKEN token as action secret for the repo

Declarations

Check these if you believe they are true

Reviewers

(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)

(FILL ME IN, optional) Any additional notes to reviewers or testers.

FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

QilongTang commented 11 months ago

hi @avidit Sorry missed standup, can you explain whats' the difference between this approach and the legacy one developed by our team?

avidit commented 11 months ago

hi @avidit Sorry missed standup, can you explain whats' the difference between this approach and the legacy one developed by our team?

Are you referring to the Issues_workflow in the Dynamo repo? Here, I am just trying to automate transferring Dynamo issues filed here to Dynamo repo. And also use DynamoRevit Issues project for better management of issues.

QilongTang commented 11 months ago

hi @avidit Sorry missed standup, can you explain whats' the difference between this approach and the legacy one developed by our team?

Are you referring to the Issues_workflow in the Dynamo repo? Here, I am just trying to automate transferring Dynamo issues filed here to Dynamo repo. And also use DynamoRevit Issues project for better management of issues.

Understood, I saw another PR in Dynamo repo so I thought you are doing this both sides with some improvement

QilongTang commented 11 months ago

@Mikhinja Notice this PR does not affect regular code but only the Github Action automation we are using