-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Start monitoring updates of Git for Windows' components in the open #2837
Conversation
Do we need to prepare all those labels or does it create them on it's own? And should each component really have it's own label or should we maybe just have one label like |
By default, there is no prefix, and the new issue's label is set to the title of the Atom feed entry. In most cases, this does not repeat the package name, hence my manual addition of the prefix. If you want an extra label to be added, just for these new tickets, that's fine. What do you propose? |
Yes, the |
No, your understanding is right. Would you rather have a generic label that applies to all of these tickets? If so, which one? |
@@ -0,0 +1,68 @@ | |||
name: Monitor component updates |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@rimrul I changed it so that the |
8f5543d
to
8714a14
Compare
LGTM |
Rather than using private IFTTT Applets that send mails to this maintainer whenever a new version of a Git for Windows component was released, let's use the power of GitHub workflows to make this process publicly visible. This workflow monitors the Atom/RSS feeds, and opens a ticket whenever a new version was released. Signed-off-by: Johannes Schindelin <[email protected]>
8714a14
to
190f8d9
Compare
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
…updates Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
Start monitoring updates of Git for Windows' component in the open
I currently use private IFTTT Applets to get notified whenever a new version was released of a component bundled in Git for Windows.
There are two problems with that:
Let's use the power of GitHub workflows to address both issues.