| # Copyright 2022 The IREE Authors |
| # |
| # Licensed under the Apache License v2.0 with LLVM Exceptions. |
| # See https://llvm.org/LICENSE.txt for license information. |
| # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| |
| # This block step is inserted when a contributor hasn't signed the CLA. A team |
| # member will need to approve before builds can run on their PR. |
| |
| steps: |
| - block: > |
| :guardsman: :pouting_cat: :raised_hand: CLA Check failed. |
| Manual authorization required |
| prompt: > |
| Is it safe to run presubmits on |
| https://github.com/iree-org/iree/commit/${BUILDKITE_COMMIT} from |
| https://github.com/iree-org/iree/pull/${BUILDKITE_PULL_REQUEST}? |