Skip to content

Commit

Permalink
Merge branch 'main' into clear-night-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
golles authored Apr 21, 2024
2 parents f955635 + d2db2b3 commit a43a77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Release
uses: softprops/action-gh-release@v2
with:
body: |
If you like this integration, please star this repo to show your appreciation - it makes me very happy!
Enjoying this integration? Show your support by starring the repository! ⭐️
**Changes:**
- Change 1
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ disable = [
"too-few-public-methods",
"too-many-instance-attributes",
"too-many-locals",
"too-many-return-statements",
"unexpected-keyword-arg",
]

0 comments on commit a43a77e

Please sign in to comment.