Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2507690

Browse filesBrowse files
Change issue text on third_party failure to include exact run URL (#516)
Use current run URL in issue body
1 parent cb71975 commit 2507690
Copy full SHA for 2507690

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/third_party.yml

Copy file name to clipboardExpand all lines: .github/workflows/third_party.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,5 +394,5 @@ jobs:
394394
owner: "python",
395395
repo: "typing_extensions",
396396
title: `Third-party tests failed on ${new Date().toDateString()}`,
397-
body: "Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml",
397+
body: "Run listed here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
398398
})

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.