From 19bdc8361101acb0cf91afae1a95ec630617677e Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Fri, 29 Nov 2024 21:28:58 +0100 Subject: [PATCH 1/5] Add even more typos --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 9b8f614..a6375fe 100644 --- a/hello.py +++ b/hello.py @@ -3,4 +3,4 @@ def main(): if __name__ == "__main__": - main() # recieve moer + main() # recieve moer adn more From ce7bea3a9ddbd8e48a4dc6ff670e799f9c8c43c3 Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Fri, 29 Nov 2024 21:30:52 +0100 Subject: [PATCH 2/5] pr_comment: rename workflow run --- .github/workflows/pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index 6835afa..6c9cd1d 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -3,7 +3,7 @@ name: PR comments on: workflow_run: workflows: - - CI jobs + - My workflow types: - completed From 2481530e790c71f44ddfc7ba7471607a0746f68f Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Fri, 29 Nov 2024 21:31:49 +0100 Subject: [PATCH 3/5] Revert "pr_comment: rename workflow run" This reverts commit ce7bea3a9ddbd8e48a4dc6ff670e799f9c8c43c3. --- .github/workflows/pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index 6c9cd1d..6835afa 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -3,7 +3,7 @@ name: PR comments on: workflow_run: workflows: - - My workflow + - CI jobs types: - completed From 9af4a500ce3af608cd0dfe0a86dede2b874bd9f2 Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Fri, 29 Nov 2024 21:32:10 +0100 Subject: [PATCH 4/5] pr_comment: fix syntax --- .github/workflows/pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index 6835afa..71cabac 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -27,7 +27,7 @@ jobs: if [[ ${lines} -gt 1 ]]; then echo "failed=true" >> "${GITHUB_OUTPUT}" else - echo "failed=false" >> ${GITHUB_OUTPUT}" + echo "failed=false" >> "${GITHUB_OUTPUT}" fi - name: Post spell check PR comment uses: thollander/actions-comment-pull-request@v3 From c9be81b66b3ffb13acfefa76da41de4700ad9b1f Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Fri, 29 Nov 2024 21:33:29 +0100 Subject: [PATCH 5/5] Revert "Add even more typos" This reverts commit 19bdc8361101acb0cf91afae1a95ec630617677e. --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index a6375fe..9b8f614 100644 --- a/hello.py +++ b/hello.py @@ -3,4 +3,4 @@ def main(): if __name__ == "__main__": - main() # recieve moer adn more + main() # recieve moer