18F / ux-guide

Resources, norms, and practices for doing user experience research and design work at 18F.
https://ux-guide.18f.gov
Other
76 stars 29 forks source link

Add milestone syncing #382

Closed mgwalker closed 1 year ago

mgwalker commented 1 year ago

Description of changes

Adds an automation to sync creation of milestones. When a milestone is created in this repo, the same milestone is also created in the ux-guide repo.

Related issues

Reviewers:

bpdesigns commented 1 year ago

@mgwalker as a follow on is it possible to do what you did with labels? that Automation resulted in whenever an update happens in the labels in one repo its translated to the other repo as well. The outcome I'm looking for is if a milestone is created in either repo it syncs the milestone to the other repo.

mgwalker commented 1 year ago

@bpdesigns Yes! 18F/methods#653 adds this to the methods repo as well. The two repos will "push" to each other, so once they're both merged, creating a milestone in either repo will cause the same milestone to be created in the other repo.