Skip to content

Commit

Permalink
ci: allow master as scope in PRs (#9)
Browse files Browse the repository at this point in the history
Release please uses the branch where the release is created as scope for
the PR. This is an old project. The main branch is called `master`.
  • Loading branch information
kayman-mk authored Nov 16, 2023
1 parent 1de76ce commit c4d5401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
test
# Configure which scopes are allowed.
# deps - dependency updates
# main - for release-please (scope used for releases)
# master - for release-please (scope used for releases)
scopes: |
deps
main
master
requireScope: false
# ensure that the subject doesn't start with an uppercase character.
subjectPattern: ^(?![A-Z]).+$
Expand Down

0 comments on commit c4d5401

Please sign in to comment.