Skip to content

Commit

Permalink
Remove workflow has BUG= check
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 660969542
  • Loading branch information
chunnienc authored and copybara-github committed Aug 8, 2024
1 parent a8a74fc commit ef75846
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/run_pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef75846

Please sign in to comment.