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

Create a bot which creates issues in downstream repos upon new releases #124

Open
brianhelba opened this issue Jan 30, 2021 · 1 comment

Comments

@brianhelba
Copy link
Collaborator

No description provided.

@banesullivan
Copy link
Contributor

I think this should be handled through a GitHub action included in the cookie-cutter that has a webhook for this repo, checking for a release/tag in this repo, and opening an issue in the downstream repo if one is found. See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#repository_dispatch and https://github.com/peter-evans/repository-dispatch

Creating a bot or action here would require tracking and updating a list of downstream repos. Enabling this as a workflow in the downstream projects would simplify this and reduce noise when a project because inactive as the workflow will be turned off after 60 days of no development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants