Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Cafolla committed May 18, 2024
1 parent e757d68 commit 51f0a59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ firstPRWelcomeComment: >
Thanks for opening this pull request! Please check out our contributing guidelines.
verifyTitles:
titleRegexp: ^(feat|feat!|fix|fix!|docs|refactor|refactor!|test|chore|build|ci)\((ci|docs|deps|deps-dev|awesome|companies|communities|opensource|digital-nomads)\):.*
titleRegexp: ^(feat|feat!|fix|fix!|docs|refactor|refactor!|test|chore|build|ci)\((release|docs|deps|deps-dev|awesome|companies|communities|opensource|digital-nomads)\):.*
alwaysUsePrTitle: true
validateEitherPrOrSingleCommitTitle: true
statusTitle: "Title Validator"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"

- name: Setup
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"

- name: Setup and test
run: |
Expand Down

0 comments on commit 51f0a59

Please sign in to comment.