Skip to content

Commit

Permalink
disable triage
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbuks committed Jul 9, 2024
1 parent 77b945c commit dd5f298
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,14 @@ release:sentry:
- sentry-cli releases finalize ${CI_COMMIT_TAG}

# HOUSE KEEPING
guild_review:
image: ruby:${RUBY_VERSION}
rules:
- if: "$MR_REVIEW_SCHEDULE"
when: on_success
- when: never
script:
- ruby .gitlab/mr_review.rb
# guild_review:
# image: ruby:${RUBY_VERSION}
# rules:
# - if: "$MR_REVIEW_SCHEDULE"
# when: on_success
# - when: never
# script:
# - ruby .gitlab/mr_review.rb

# gitlab_triage:
# rules:
Expand All @@ -437,11 +437,11 @@ guild_review:
# variables:
# TRIAGE_POLICY_FILE: .gitlab/triage-policies.yml

technical_debt:
extends: gitlab_triage
rules:
- if: "$TRIAGE_TECHNICAL_DEBT"
when: on_success
- when: never
variables:
TRIAGE_POLICY_FILE: .gitlab/summaries-technical-debt.yml
# technical_debt:
# extends: gitlab_triage
# rules:
# - if: "$TRIAGE_TECHNICAL_DEBT"
# when: on_success
# - when: never
# variables:
# TRIAGE_POLICY_FILE: .gitlab/summaries-technical-debt.yml

0 comments on commit dd5f298

Please sign in to comment.