Merged
Conversation
We use the circleci/slack orb [1] to notify whenever a CircleCI job fails. All jobs are included. Currently, the CircleCI context has been configured to point to the '#ci-notifications' [2] channel on Solidus' Slack workspace [3], where we have created the required Slack app [4]. [1] - https://circleci.com/developer/orbs/orb/circleci/slack [2] - https://solidusio.slack.com/archives/C04C337T6P2 [3] - https://solidusio.slack.com [4] - https://circleci.com/docs/slack-orb-tutorial/
Contributor
|
It looks like this PR is missing a label to determine the type of change it introduces. The maintainer should add one of the following labels:
Additionally, the maintainer may also want to add one of the following:
Once the correct labels have been set, simply remove the |
kennyadsl
approved these changes
Nov 22, 2022
forkata
pushed a commit
to SuperGoodSoft/solidus_dev_support
that referenced
this pull request
Mar 12, 2026
…tions Add missing RU translations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
We use the circleci/slack orb to notify whenever a CircleCI job fails. All jobs are included.
Currently, the CircleCI context has been configured to point to the #ci-notifications channel on Solidus' Slack workspace, where we have created the required Slack app.
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed (
cross them outif they are not):[ ] I have added automated tests to cover my changes.[ ] I have opened a PR to update the guides.[ ] I have updated the README to account for my changes.