Skip to content

ci: fixed stale pr workflow - #11310

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

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

Conversation

@goniz

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
Contributor

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

No duplicate PRs found

opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
@rekram1-node

Copy link
Copy Markdown
Collaborator

/review

@github-actions

Copy link
Copy Markdown
Contributor

lgtm

opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Jan 31, 2026
opencode-agentBot added a commit that referenced this pull request Feb 1, 2026
@rekram1-node
rekram1-node merged commit 9e45313 into anomalyco:devFeb 1, 2026
4 checks passed
Sign up for freeto 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

@goniz@rekram1-node