Skip to content

Commit ca3f502

Browse files
authored
Refactoring/295 update to ptb 10.0.0 (#308)
* Update PTB to 10.0.0 * Remove .workflow-patcher.yml as slow-checks is project controlled and add generic .zizmor.yml * Update workflows to 10.0.0 * Update dependencies * Apply autofixes for zizmor * Remove matrix-*.yml and replace with matrix.yml usage * Update with needed secrets * Add changelog entry * Update .gitattributes
1 parent 451e323 commit ca3f502

26 files changed

Lines changed: 871 additions & 572 deletions

.gitattributes

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ poetry.lock linguist-generated=true
33
/doc/changes/changelog.md linguist-generated=true
44

55
# PTB GitHub Workflows (CI/CD & Publishing)
6-
/.github/workflows/build-and-publish.yml linguist-generated=True
7-
/.github/workflows/cd.yml linguist-generated=True
8-
/.github/workflows/check-release-tag.yml linguist-generated=True
9-
/.github/workflows/checks.yml linguist-generated=True
10-
/.github/workflows/ci.yml linguist-generated=True
11-
/.github/workflows/gh-pages.yml linguist-generated=True
12-
/.github/workflows/matrix-all.yml linguist-generated=True
13-
/.github/workflows/matrix-exasol.yml linguist-generated=True
14-
/.github/workflows/matrix-python.yml linguist-generated=True
15-
/.github/workflows/merge-gate.yml linguist-generated=True
16-
/.github/workflows/pr-merge.yml linguist-generated=True
17-
/.github/workflows/report.yml linguist-generated=True
18-
/.github/workflows/slow-checks.yml linguist-generated=True
6+
.github/workflows/build-and-publish.yml linguist-generated=true
7+
.github/workflows/cd.yml linguist-generated=true
8+
.github/workflows/check-release-tag.yml linguist-generated=true
9+
.github/workflows/checks.yml linguist-generated=true
10+
.github/workflows/ci.yml linguist-generated=true
11+
.github/workflows/dependency-update.yml linguist-generated=true
12+
.github/workflows/fast-tests.yml linguist-generated=true
13+
.github/workflows/gh-pages.yml linguist-generated=true
14+
.github/workflows/matrix.yml linguist-generated=true
15+
.github/workflows/merge-gate.yml linguist-generated=true
16+
.github/workflows/periodic-validation.yml linguist-generated=true
17+
.github/workflows/pr-merge.yml linguist-generated=true
18+
.github/workflows/report.yml linguist-generated=true

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ updates:
88
interval: "weekly"
99
day: "monday"
1010
open-pull-requests-limit: 5
11+
cooldown:
12+
default-days: 7

.github/workflows/build-and-publish.yml

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/check-release-tag.yml

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/checks.yml

Lines changed: 56 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci.yml

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)