Skip to content

Commit 2de206e

Browse files
committed
disable issue creation
It spams with duplicates and should reuse the open issue in the future.
1 parent e38f9a3 commit 2de206e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ jobs:
224224
continue-on-error: true
225225
id: testing
226226

227-
- name: Create new issue for failed changes
228-
run: pip3 install requests && cat stderr.txt && ISSUE_TITLE="Building and testing failed for dorm (exit code $(cat exit_code))" python3 .github/create_issue.py
229-
env:
230-
GITHUB_TOKEN: ${{ github.token }}
231-
if: ${{ steps.testing.outcome == 'failure' }}
227+
# - name: Create new issue for failed changes
228+
# run: pip3 install requests && cat stderr.txt && ISSUE_TITLE="Building and testing failed for dorm (exit code $(cat exit_code))" python3 .github/create_issue.py
229+
# env:
230+
# GITHUB_TOKEN: ${{ github.token }}
231+
# if: ${{ steps.testing.outcome == 'failure' }}

0 commit comments

Comments
 (0)