X Tutup
Skip to content
Permalink

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: getsentry/sentry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 27, 2026

  1. chore: Use shared validate-pr composite action (#5904)

    Replace the inline PR validation workflow with the shared composite
    action
    from getsentry/github-workflows#153.
    
    This shrinks the workflow from 300+ lines to ~15 and ensures future
    updates
    to validation logic are picked up automatically.
    
    #skip-changelog
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    stephanie-anderson and claude authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    fe9a227 View commit details
    Browse the repository at this point in the history
  2. chore: Update validate-pr action to latest version (#5905)

    Updates the pinned SHA for the validate-pr composite action from
    getsentry/github-workflows to pick up the bot allowlist fix
    (getsentry/github-workflows#155).
    
    Trusted bots (dependabot, renovate, github-actions, etc.) are now
    exempt from issue reference validation and draft enforcement.
    
    #skip-changelog
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    stephanie-anderson and claude authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    27be37c View commit details
    Browse the repository at this point in the history
Loading
X Tutup