We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c084a8 commit 7ec8aaeCopy full SHA for 7ec8aae
.github/workflows/ci.yml
@@ -78,6 +78,8 @@ jobs:
78
html-path: './_build/html'
79
warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
80
fail-on-warning: 'true'
81
+ create-issue: 'true'
82
+ issue-title: 'Python Warnings Found in Code Output'
83
- name: Upload Execution Reports (HTML)
84
uses: actions/upload-artifact@v4
85
if: failure()
0 commit comments