-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2041 from vacanza/dev
v0.58
- Loading branch information
Showing
717 changed files
with
9,224 additions
and
4,142 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ci: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/** | ||
- .github/workflows/** | ||
|
||
doc: | ||
- changed-files: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ env: | |
jobs: | ||
auto-update: | ||
name: Update pre-commit hooks | ||
if: ${{ github.repository == 'vacanza/python-holidays' }} | ||
if: ${{ github.repository == 'vacanza/holidays' }} | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
@@ -40,7 +40,7 @@ jobs: | |
pre-commit autoupdate | ||
pre-commit run --all-files | ||
- uses: peter-evans/[email protected].1 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
base: dev | ||
body: Update pre-commit hooks to their latest versions. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
jobs: | ||
update-snapshots: | ||
name: Update snapshots | ||
if: github.repository == 'vacanza/python-holidays' | ||
if: github.repository == 'vacanza/holidays' | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
@@ -40,7 +40,7 @@ jobs: | |
run: | | ||
make snapshot | ||
- uses: peter-evans/[email protected].1 | ||
- uses: peter-evans/[email protected].5 | ||
with: | ||
base: dev | ||
body: Automatically generated snapshots update. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.