Skip to content

ci: fixed stale pr workflow#11310

Merged
rekram1-node merged 1 commit intoanomalyco:devfrom
goniz:fix/stale-pr
Feb 1, 2026
Merged

ci: fixed stale pr workflow#11310
rekram1-node merged 1 commit intoanomalyco:devfrom
goniz:fix/stale-pr

Conversation

@goniz
Copy link
Contributor

@goniz goniz commented Jan 30, 2026

The stale PR workflow didn’t actually worked since the stale check used last_updated field which didn’t reflect the actual last activity.

The ‘dev’ branch is frequently forced pushed and it registers as activity on the PRs that target it. (Base branch is considered updated).

image

This PR changes the logic of the stale PR check to use:

  • Last commit date
  • Last comment date
  • PR creation date

@github-actions
Copy link
Contributor

Hey! Your PR title ci: fixed stale pr workflow doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@thdxr thdxr force-pushed the dev branch 4 times, most recently from f1ae801 to 08fa7f7 Compare January 30, 2026 14:37
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 30, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
@rekram1-node
Copy link
Collaborator

/review

@github-actions
Copy link
Contributor

lgtm

opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Jan 31, 2026
opencode-agent bot added a commit that referenced this pull request Feb 1, 2026
@rekram1-node rekram1-node merged commit 9e45313 into anomalyco:dev Feb 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants