airship: fix ghprb whitelist handling 25/1925/1
authorkanwar saad bin liaqat <kanwar.sbl@gmail.com>
Tue, 13 Aug 2019 19:17:39 +0000 (22:17 +0300)
committerkanwar saad bin liaqat <kanwar.sbl@gmail.com>
Tue, 13 Aug 2019 19:17:39 +0000 (22:17 +0300)
Allow whitelist organization members as
admins so they can add non-members PRs to
whitelist.

Change-Id: I46321cffc22c497d7a38c2de33849e1866c3cebd

jjb/airship/job_capi_bm_integration_tests.yml
jjb/airship/job_linter_tests.yml

index 1a23eacf2406a7985114cd216f8533ad79916f0c..0eb3db92197dbf08c7027c92364265c1ecaf59fd 100644 (file)
@@ -69,7 +69,7 @@
         github-hooks: False
         permit-all: False
         auto-close-on-fail: False
-        allow-whitelist-orgs-as-admins: False
+        allow-whitelist-orgs-as-admins: True
         white-list-target-branches:
           - master
         status-context: "integration-tests"
index 8776b343cc3470e6c8e45334d5c560ff8511726a..513dc2a0591f1f4c9f84039b1b8a52238379662f 100644 (file)
@@ -69,7 +69,7 @@
         github-hooks: False
         permit-all: False
         auto-close-on-fail: False
-        allow-whitelist-orgs-as-admins: False
+        allow-whitelist-orgs-as-admins: True
         white-list-target-branches:
           - master
         status-context: "linter-tests"