File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1919 - sdk-release/**
2020 - feature/**
2121
22+ permissions : {}
23+
2224jobs :
2325 build :
2426 name : Build
2527 runs-on : ubuntu-22.04
28+ permissions :
29+ contents : read
2630
2731 steps :
2832 - uses : extractions/setup-just@v2
4549 name : Test (${{ matrix.ruby-version }})
4650 # this version of jruby isn't available in the new latest (24.04) so we have to pin (or update jruby)
4751 runs-on : ubuntu-22.04
52+ permissions :
53+ contents : read
4854 strategy :
4955 matrix :
5056 # following https://docs.stripe.com/sdks/versioning?lang=ruby#stripe-sdk-language-version-support-policy
7076 endsWith(github.actor, '-stripe')
7177 needs : [build, test]
7278 runs-on : ubuntu-22.04
79+ permissions :
80+ contents : read
7381 steps :
7482 - name : Download all workflow run artifacts
7583 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 77 types :
88 - auto_merge_enabled
99
10+ permissions : {}
11+
1012jobs :
1113 require_merge_commit_on_merge_script_pr :
1214 name : Merge script PRs must create merge commits
You can’t perform that action at this time.
0 commit comments