From 66aa454ec30ae6ef4b0270f4f7fadb6bf3b19d3d Mon Sep 17 00:00:00 2001 From: maxprilutskiy Date: Wed, 12 Nov 2025 13:49:58 +0900 Subject: [PATCH 1/2] test: add noop file to test workflow fix --- .github/WORKFLOW_TEST.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/WORKFLOW_TEST.md diff --git a/.github/WORKFLOW_TEST.md b/.github/WORKFLOW_TEST.md new file mode 100644 index 000000000..0d724e867 --- /dev/null +++ b/.github/WORKFLOW_TEST.md @@ -0,0 +1 @@ +# Test workflow fix From 3b34ffac330c210e11e351899ed5474fcdc25686 Mon Sep 17 00:00:00 2001 From: maxprilutskiy Date: Wed, 12 Nov 2025 13:51:54 +0900 Subject: [PATCH 2/2] chore: fix formatting --- .github/pull_request_template.md | 7 +++++++ .github/workflows/pr-assignment-check.yml | 2 +- .github/workflows/pr-stale-check.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ac71f64c6..6392e987c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,22 +1,29 @@ ## Summary + [One sentence: what this PR does] ## Changes + - [Key change 1] - [Key change 2] ## Testing + **Business logic tests added:** + - [ ] [Describe test 1 - what behavior it validates] - [ ] [Describe test 2 - what edge case it covers] - [ ] All tests pass locally ## Visuals + **Required for UI/UX changes:** + - [ ] Before/after screenshots attached - [ ] Video demo for interactions (< 30s) ## Checklist + - [ ] Changeset added (if version bump needed) - [ ] Tests cover business logic (not just happy path) - [ ] No breaking changes (or documented below) diff --git a/.github/workflows/pr-assignment-check.yml b/.github/workflows/pr-assignment-check.yml index fc2211770..8ddf7c1a3 100644 --- a/.github/workflows/pr-assignment-check.yml +++ b/.github/workflows/pr-assignment-check.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: pr_number: - description: 'PR number to check' + description: "PR number to check" required: true type: number diff --git a/.github/workflows/pr-stale-check.yml b/.github/workflows/pr-stale-check.yml index 10fca5932..1de6e1bec 100644 --- a/.github/workflows/pr-stale-check.yml +++ b/.github/workflows/pr-stale-check.yml @@ -2,7 +2,7 @@ name: PR Stale Check on: schedule: - - cron: '0 0 * * 1' # Every Monday at midnight UTC + - cron: "0 0 * * 1" # Every Monday at midnight UTC workflow_dispatch: jobs: