From ef75846da863fb3326675e4f6ca6535d09bd9eaf Mon Sep 17 00:00:00 2001 From: Chun-nien Chan Date: Thu, 8 Aug 2024 13:54:49 -0700 Subject: [PATCH] Remove workflow has BUG= check PiperOrigin-RevId: 660969542 --- .github/workflows/run_pre_merge.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/run_pre_merge.yml b/.github/workflows/run_pre_merge.yml index eabb3054..3260d5aa 100644 --- a/.github/workflows/run_pre_merge.yml +++ b/.github/workflows/run_pre_merge.yml @@ -45,18 +45,6 @@ jobs: }) continue-on-error: true - check-pr-description-has-bug: - runs-on: ubuntu-latest - needs: remove-ci-run-label - name: Check PR description has BUG= - steps: - - name: Check for BUG= - if: ${{ !contains(github.event.pull_request.body, 'BUG=') }} - run: | - echo "PR description requires a BUG= line with issue number." - echo "See https://testing.googleblog.com/2017/09/code-health-providing-context-with.html for additional context" - exit 1 - run-formatting: name: Formatting needs: remove-ci-run-label