-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tailcallhq/forgecode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tailcallhq/forgecode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bounty-scripts-fixes
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 17 files changed
- 2 contributors
Commits on Mar 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c3ff4e4 - Browse repository at this point
Copy the full SHA c3ff4e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3843fcb - Browse repository at this point
Copy the full SHA 3843fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5aabc3 - Browse repository at this point
Copy the full SHA d5aabc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7058c62 - Browse repository at this point
Copy the full SHA 7058c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58852e8 - Browse repository at this point
Copy the full SHA 58852e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89040c0 - Browse repository at this point
Copy the full SHA 89040c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for be7bb47 - Browse repository at this point
Copy the full SHA be7bb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5ce81 - Browse repository at this point
Copy the full SHA 9f5ce81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c983f - Browse repository at this point
Copy the full SHA 21c983fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c277389 - Browse repository at this point
Copy the full SHA c277389View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec3bda - Browse repository at this point
Copy the full SHA dec3bdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for add9d2c - Browse repository at this point
Copy the full SHA add9d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a69b9 - Browse repository at this point
Copy the full SHA 98a69b9View commit details -
fix(bounty): add if conditions to sync-issue and sync-pr jobs
Both jobs now guard against running on the wrong event type: - sync-issue: only runs on 'issues' events - sync-pr: only runs on 'pull_request' or 'pull_request_target' events Without these guards, sync-pr would execute on issues events where github.event.pull_request.number is null/undefined, causing failures. Similarly, sync-issue would run on PR events with a null issue number. Co-Authored-By: ForgeCode <noreply@forgecode.dev>
Configuration menu - View commit details
-
Copy full SHA for cdf7d11 - Browse repository at this point
Copy the full SHA cdf7d11View commit details -
fix(bounty): pass --execute flag to sync scripts in CI
Both sync-issue.ts and sync-pr.ts default to dry-run mode (plan only) unless --execute is passed. The CI workflow was calling them without this flag, so no label changes were ever applied — the scripts would just print a plan and exit successfully. This caused the bounty label added to issue #2630 to never be synced. Co-Authored-By: ForgeCode <noreply@forgecode.dev>
Configuration menu - View commit details
-
Copy full SHA for e3406db - Browse repository at this point
Copy the full SHA e3406dbView commit details
Loading
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 main...bounty-scripts-fixes