-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jitsucom/github-workflows
base: feat/slack-bot-thread
head repository: jitsucom/github-workflows
compare: main
- 11 commits
- 5 files changed
- 4 contributors
Commits on May 11, 2026
-
Merge pull request #6 from jitsucom/feat/slack-bot-thread
feat(slack-notify): add bot-token path with thread + update support
Configuration menu - View commit details
-
Copy full SHA for e6d052a - Browse repository at this point
Copy the full SHA e6d052aView commit details
Commits on May 12, 2026
-
feat(slack-notify): skip blocks with empty value
Lets callers conditionally include rows by resolving the value expression to '' rather than constructing the YAML in a shell step.
1Configuration menu - View commit details
-
Copy full SHA for 81e2ad0 - Browse repository at this point
Copy the full SHA 81e2ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba14f9 - Browse repository at this point
Copy the full SHA 7ba14f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498d113 - Browse repository at this point
Copy the full SHA 498d113View commit details -
Configuration menu - View commit details
-
Copy full SHA for c02090c - Browse repository at this point
Copy the full SHA c02090cView commit details
Commits on May 13, 2026
-
This repo is public and intended to be reusable across jitsucom repos. Without a LICENSE file it sits under default copyright (no grant), which is inconsistent with that intent. MIT matches the rest of jitsucom's permissive-licensed public repos.
Configuration menu - View commit details
-
Copy full SHA for 5ba4090 - Browse repository at this point
Copy the full SHA 5ba4090View commit details
Commits on May 22, 2026
-
fix(ai-review): only request changes for critical findings
Raise the bar for the REQUEST_CHANGES verdict so it fires only on new, critical issues — real bugs, security holes, data loss, user-visible regressions. Non-critical and uncertain findings now post as COMMENT inline comments instead, so false positives no longer block PRs.
Configuration menu - View commit details
-
Copy full SHA for 77baf43 - Browse repository at this point
Copy the full SHA 77baf43View commit details
Commits on May 27, 2026
-
fix(ai-review): never request changes, only comment or approve
Drop REQUEST_CHANGES from the PR review verdict — branch protection now gates merges by requiring all review threads to be resolved, so a COMMENT is enough to make the author address a finding without the AI blocking the merge itself.
1Configuration menu - View commit details
-
Copy full SHA for 816762d - Browse repository at this point
Copy the full SHA 816762dView commit details -
docs(contributing): clarify merge policy
"Avoid merge commits" meant don't merge default branch into feature branches — always rebase. For PRs, merge commit is now the default merge method and rebase-and-merge is also allowed. Squash stays off.
1Configuration menu - View commit details
-
Copy full SHA for c64370d - Browse repository at this point
Copy the full SHA c64370dView commit details
Commits on May 29, 2026
-
fix(ai-review): always approve PRs, surface findings as comments
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1Configuration menu - View commit details
-
Copy full SHA for 2cf7200 - Browse repository at this point
Copy the full SHA 2cf7200View commit details
Commits on Jun 22, 2026
-
fix(ai-review): allow github-actions[bot] PRs to be reviewed
codex-action's write-access check queries the collaborators API, which returns permission 'none' for the github-actions[bot] actor and aborts the run with "Actor 'github-actions[bot]' is not permitted to run this action". This blocked AI review on the automated security-fix PRs, which are opened under the repo's own GITHUB_TOKEN (actor github-actions[bot]). Pass allow-bots: true so codex-action whitelists the GitHub-owned github-actions[bot] specifically. The review still posts via the AI_CODE_REVIEW app token, which already has PR write — the actor check was the only gate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1Configuration menu - View commit details
-
Copy full SHA for cf7566e - Browse repository at this point
Copy the full SHA cf7566eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff feat/slack-bot-thread...main