Skip to content

Commit

Permalink
chore: Change release restrictions
Browse files Browse the repository at this point in the history
The toys gem checks that all actions are passing before allowing
a release request to be opened, however only the CI builds are actually required.

This change limits the release request requirements to look specifically for CI builds
  • Loading branch information
arielvalentin committed Nov 7, 2023
1 parent 09f7294 commit 7e47bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .toys/.data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repo: open-telemetry/opentelemetry-ruby-contrib
main_branch: main
# Time in seconds for release scripts to wait for CI to complete.
required_checks_timeout: 1200
required_jobs: "^(ci|CI).*"
# Git user attached to commits for release pull requests.
git_user_name: Ariel Valentin
git_user_email: ariel@arielvalentin.com
Expand Down

0 comments on commit 7e47bcc

Please sign in to comment.