From 97099013492d2791d85bc7b5ffd8e645a9034852 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Mon, 14 Jul 2025 11:22:32 -0700 Subject: [PATCH 1/2] use commit hashes in the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9019435..cc39e9b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: ... - - uses: scientific-python/issue-from-pytest-log-action@main + - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 if: | failure() && ... @@ -75,7 +75,7 @@ optional. Default: `⚠️ Nightly upstream-dev CI failed ⚠️` In case you don't like the default title for new issues, this setting can be used to set a different one: ```yaml -- uses: scientific-python/issue-from-pytest-log-action@main +- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 with: log-path: pytest-log.jsonl issue-title: "Nightly CI failed" @@ -90,7 +90,7 @@ optional. Default: `CI` The label to set on the new issue. ```yaml -- uses: scientific-python/issue-from-pytest-log-action@main +- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 with: log-path: pytest-log.jsonl issue-label: "CI" @@ -103,7 +103,7 @@ optional Any assignees to set on the new issue: ```yaml -- uses: scientific-python/issue-from-pytest-log-action@main +- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 with: log-path: pytest-log.jsonl assignees: ["user1", "user2"] From 1bfc6097d5aaa18f44e6d655cc4acd29695dca6b Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Mon, 14 Jul 2025 11:28:07 -0700 Subject: [PATCH 2/2] version comment --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc39e9b..435932d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: ... - - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 + - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0 if: | failure() && ... @@ -75,7 +75,7 @@ optional. Default: `⚠️ Nightly upstream-dev CI failed ⚠️` In case you don't like the default title for new issues, this setting can be used to set a different one: ```yaml -- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 +- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0 with: log-path: pytest-log.jsonl issue-title: "Nightly CI failed" @@ -90,7 +90,7 @@ optional. Default: `CI` The label to set on the new issue. ```yaml -- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 +- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0 with: log-path: pytest-log.jsonl issue-label: "CI" @@ -103,7 +103,7 @@ optional Any assignees to set on the new issue: ```yaml -- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 +- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0 with: log-path: pytest-log.jsonl assignees: ["user1", "user2"]