Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/WORKFLOW_TEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Test workflow fix
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-assignment-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
pr_number:
description: 'PR number to check'
description: "PR number to check"
required: true
type: number

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-stale-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down