Skip to content

Commit

Permalink
Ignore PR description linter when PR is created by dependabot (#1823)
Browse files Browse the repository at this point in the history
Summary: TSIA

Relevant Issues: N/A

Type of change: /kind infra

Test Plan: This will prevent the GH actions from showing a failed run on
dependabot PRs.

Signed-off-by: Vihang Mehta <[email protected]>
  • Loading branch information
vihangm authored Jan 23, 2024
1 parent 8cacddc commit 1d2cbda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_description_linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:
contents: read
jobs:
lint-pr-description:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
env:
PR_BODY: ${{github.event.pull_request.body}}
Expand Down

0 comments on commit 1d2cbda

Please sign in to comment.