Skip to content

Commit

Permalink
ci(workflow): exclude upptime-bot from commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Oct 27, 2023
1 parent 0269c4e commit ebdc8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
lint-commits:
runs-on: ubuntu-22.04
if: github.actor != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]' || github.actor != 'upptime-bot'
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ebdc8d7

Please sign in to comment.