Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Add check and in operations for this Tracker resource #16

@RochesterinNYC

Description

@RochesterinNYC

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions