stealthybox / container-builder-github-ci-status

Google Cloud Function responds to PubSub events on the cloud-builds topic to update GitHub CI status.
MIT License
23 stars 4 forks source link

Filter verbose tags from ghContext #7

Closed stealthybox closed 6 years ago

stealthybox commented 6 years ago

Fixes #6 by filtering out /(event|trigger|eval|invocation)-[\w-]{36}/ from tags

stealthybox commented 6 years ago

Works well with our builds internally. Going to merge this since it's relatively unobtrusive.