Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(actions): ignore dependabot #295

Merged
merged 4 commits into from
Sep 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/commit_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Commit Linting
on: pull_request
jobs:
one-app-unit-tests:
if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false)
name: Commit Linting
runs-on: ubuntu-latest
steps:
Expand Down