You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
We have the use case where we want to apply some operation to potentially every tracker story that comes into a certain Tracker project.
To be more specific, whenever a Tracker story is created in the public Buildpacks Tracker project, we want to check and see if it's a story generated by gitbot for a github issue (example). If it is, and it's an issue for a buildpack repo, we want to tag the story with the appropriate buildpack label (i.e. dotnet-core if the issue is for the cloudfoundry/dotnet-core-buildpack repo.
This would be possible through things like running a job that does a similar check/update operation on all our tracker stories every hour or something, but it feels more aligned with Concourse's resource paradigm to do this on each tracker story as it comes in (new version for the tracker resource would be the trigger for a label update job).
It'd be great to have a check and in operation that checks and versions on new tracker stories.
We have the use case where we want to apply some operation to potentially every tracker story that comes into a certain Tracker project.
To be more specific, whenever a Tracker story is created in the public Buildpacks Tracker project, we want to check and see if it's a story generated by gitbot for a github issue (example). If it is, and it's an issue for a buildpack repo, we want to tag the story with the appropriate buildpack label (i.e.
dotnet-coreif the issue is for thecloudfoundry/dotnet-core-buildpackrepo.This would be possible through things like running a job that does a similar check/update operation on all our tracker stories every hour or something, but it feels more aligned with Concourse's resource paradigm to do this on each tracker story as it comes in (new version for the tracker resource would be the trigger for a label update job).
It'd be great to have a check and in operation that checks and versions on new tracker stories.