Skip to content

Feature/render context signals#55

Merged
Apsapeh merged 8 commits intomasterfrom
feature/render-context-signals
Dec 5, 2025
Merged

Feature/render context signals#55
Apsapeh merged 8 commits intomasterfrom
feature/render-context-signals

Conversation

@Apsapeh
Copy link
Owner

@Apsapeh Apsapeh commented Nov 2, 2025

No description provided.

@Apsapeh Apsapeh requested a review from Befarge November 2, 2025 09:32
@Apsapeh Apsapeh closed this Nov 2, 2025
@Apsapeh Apsapeh reopened this Nov 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 2, 2025

⚠️ Detected Generated Files in PR

This PR modifies auto-generated files that should not be committed:

  • .github/workflows/pr-gen-checker.yml
  • src/api_sym_lookup_table.h

🔧 How to fix:

These files are automatically generated and should not be in version control. They are merged using the merge=ours strategy.

If you haven't configured the merge driver yet:

git config merge.ours.driver true

Or globally:

git config --global merge.ours.driver true

To remove these files from your PR:

# Reset these files to match the base branch
git checkout origin/master -- .github/workflows/pr-gen-checker.yml src/api_sym_lookup_table.h

# Or remove them entirely if they shouldn't exist
git rm --cached .github/workflows/pr-gen-checker.yml src/api_sym_lookup_table.h

# Commit and push
git commit -m "Remove generated files from PR"
git push

ℹ️ Why this matters:

  • These files are automatically generated by GitHub Actions after merge
  • Including them in PRs causes unnecessary merge conflicts
  • The .gitattributes file is configured to use merge=ours strategy for these files
  • Once you configure the merge driver, these files will be automatically handled during merges

This is an automated check. If you believe this is a false positive, please contact the maintainers.

@Apsapeh Apsapeh requested review from Befarge and removed request for Befarge December 5, 2025 09:31
@Apsapeh Apsapeh merged commit 0e8b45f into master Dec 5, 2025
@Apsapeh Apsapeh deleted the feature/render-context-signals branch December 5, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants