Loading .github/workflows/breakage.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6.1.0 uses: actions/setup-python@v6.2.0 with: python-version: "${{ matrix.python }}" cache: "pip" Loading .github/workflows/rebase.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ jobs: rebase: name: "Rebase" runs-on: ubuntu-latest # Run only on release commits if: startsWith(github.event.head_commit.message, 'chore(release):') permissions: pull-requests: write contents: write Loading .github/workflows/release.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ jobs: release: name: "Release" runs-on: ubuntu-latest # Skip release on release commits to avoid infinite loop if: "!startsWith(github.event.head_commit.message, 'chore(release):')" permissions: contents: write pull-requests: write Loading Loading
.github/workflows/breakage.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6.1.0 uses: actions/setup-python@v6.2.0 with: python-version: "${{ matrix.python }}" cache: "pip" Loading
.github/workflows/rebase.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ jobs: rebase: name: "Rebase" runs-on: ubuntu-latest # Run only on release commits if: startsWith(github.event.head_commit.message, 'chore(release):') permissions: pull-requests: write contents: write Loading
.github/workflows/release.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ jobs: release: name: "Release" runs-on: ubuntu-latest # Skip release on release commits to avoid infinite loop if: "!startsWith(github.event.head_commit.message, 'chore(release):')" permissions: contents: write pull-requests: write Loading