18F / methods

The methods 18F uses to practice human-centered design.
https://methods.18f.gov/
Other
222 stars 67 forks source link

Add milestone syncing #653

Closed mgwalker closed 1 year ago

mgwalker commented 1 year ago

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.

@cannandev: Please review the GitHub Actions code. It is identical to 18F/ux-guide#382 @MelissaBraxton and/or @bpdesigns: Please review the behavior describe above to make sure it's right.

MelissaBraxton commented 1 year ago

Q for you, @mgwalker and @bpdesigns - Its my understanding that we want this to work both ways: if we create a milestone in the UX Guide repo, we want it to sync to the Methods and vice versa. Looking at this PR though, it looks like only half of that equation (syncing from Methods to UX Guide). Is there going to be another PR for syncing in the other direction?

mgwalker commented 1 year ago

@MelissaBraxton Yes! 18F/ux-guide#382 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.

MelissaBraxton commented 1 year ago

Wonderful! Thank you!