Skip to content

Commit 17ecb23

Browse files
committed
test new issue feature with small post in PR feed
1 parent 3db8d0f commit 17ecb23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
preview:
77
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
88
permissions:
9+
issues: write
910
pull-requests: write
1011
steps:
1112
- uses: actions/checkout@v4
@@ -79,7 +80,9 @@ jobs:
7980
with:
8081
html-path: './_build/html'
8182
warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
82-
fail-on-warning: 'true'
83+
fail-on-warning: 'false'
84+
create-issue: 'true'
85+
issue-title: 'Python warnings found in code output'
8386
- name: Upload Execution Reports (HTML)
8487
uses: actions/upload-artifact@v4
8588
if: failure()

0 commit comments

Comments
 (0)