From 9b936bccef6836ec41a3fc6dea4bd16fb0907fd9 Mon Sep 17 00:00:00 2001 From: Jesse Zhang Date: Fri, 23 Oct 2020 10:53:55 -0700 Subject: [PATCH] Pin PR resource to v0.21 to avoid Github abuse rate limit We started hitting this on Thursday, and there's been ongoing report from the community about this as well. While upstream is figuring out a long term solution [1], we've been advised [2] to pin to the previous release (v0.21.0) to avoid being blocked for hours at once. [1]: https://github.com/telia-oss/github-pr-resource/pull/238 [2]: https://github.com/telia-oss/github-pr-resource/pull/238#issuecomment-714830491 --- concourse/pipelines/pr_pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/concourse/pipelines/pr_pipeline.yml b/concourse/pipelines/pr_pipeline.yml index bd1bf793d4a0..4f0314abbcc4 100644 --- a/concourse/pipelines/pr_pipeline.yml +++ b/concourse/pipelines/pr_pipeline.yml @@ -7,6 +7,7 @@ resource_types: type: registry-image source: repository: teliaoss/github-pr-resource + tag: v0.21.0 - name: gcs type: registry-image source: