Skip to content

Commit 1d2cbda

Browse files
authored
Ignore PR description linter when PR is created by dependabot (#1823)
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 <vihang@px.dev>
1 parent 8cacddc commit 1d2cbda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_description_linter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ permissions:
77
contents: read
88
jobs:
99
lint-pr-description:
10+
if: github.actor != 'dependabot[bot]'
1011
runs-on: ubuntu-latest
1112
env:
1213
PR_BODY: ${{github.event.pull_request.body}}

0 commit comments

Comments
 (0)