Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ on:
- sdk-release/**
- feature/**

permissions: {}

jobs:
build:
name: Build
runs-on: ubuntu-22.04
permissions:
contents: read

steps:
- uses: extractions/setup-just@v2
Expand All @@ -45,6 +49,8 @@ jobs:
name: Test (${{ matrix.ruby-version }})
# this version of jruby isn't available in the new latest (24.04) so we have to pin (or update jruby)
runs-on: ubuntu-22.04
permissions:
contents: read
strategy:
matrix:
# following https://docs.stripe.com/sdks/versioning?lang=ruby#stripe-sdk-language-version-support-policy
Expand All @@ -70,6 +76,8 @@ jobs:
endsWith(github.actor, '-stripe')
needs: [build, test]
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
types:
- auto_merge_enabled

permissions: {}

jobs:
require_merge_commit_on_merge_script_pr:
name: Merge script PRs must create merge commits
Expand Down