-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/722 nox session check #845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
fac1810
0e7ed47
2347c53
74005d7
cb2f05d
5afd4f7
9e2c778
6a11baa
444ff9e
5bfa066
9792372
806232b
053d5e9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,3 +57,8 @@ nosetests.xml | |
|
|
||
| # Emacs | ||
| TAGS | ||
|
|
||
| # AI | ||
| .codex | ||
| .serena | ||
| specs/ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Build & Publish | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: CD | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Check Release Tag | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: CI | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Dependency Update | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Fast-Tests | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Publish Documentation | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Build Matrix (All Versions) | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Build Matrix (Exasol) | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Build Matrix (Python) | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Merge-Gate | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Periodic-Validation | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: PR-Merge | ||
|
|
||
| on: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| (( workflow_header )) | ||
| name: Status Report | ||
|
|
||
| on: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If a project is not ready for this, they can remove the job with the
.workflow-patcher.yml.By adding a comment at the top of workflows maintained by the PTB, we make it clearer what is maintained vs not by us. Additionally, by adding when it was last updated, it gives the projects using the PTB a direct idea of when this was last touched before checking the git blame. [The PTB currently lacks a mechanism to say when a workflow was removed or not, but this comment could give an important hint. It also encourages user to NOT modify the .yml files but let the PTB maintain them.]