Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DOTD Slack Integration #42397

Merged
merged 10 commits into from
Oct 12, 2021
Merged

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    410e923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fcf859 View commit details
    Browse the repository at this point in the history
  3. Stop using the old chat.command API (which we were only using to sche…

    …dule a reminder for the DOTD to check Zendesk in 2 hours) and utilize chat.shceduleMessage instead.
    KatieShipley committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ed8749b View commit details
    Browse the repository at this point in the history
  4. Now that we are using a shared token instead of personal tokens, we d…

    …on't need to try to add the user to these channels anymore
    KatieShipley committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1a9a60b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e036430 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ffb0ca View commit details
    Browse the repository at this point in the history
  7. Add slack_bot_token as a new secret in locals.yml, separate from the …

    …legacy slack_token. The Slack integration will prefer the slack_bot_token if available, but can fall back to the slack_token and send a warning to Honeybadger that a legacy token is still being used somewhere. Also add Honeybadger logging if the calls to Slack fail for any reason.
    KatieShipley committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    c213cf0 View commit details
    Browse the repository at this point in the history
  8. Slightly change wording in the scheduled Zendesk reminder after a dep…

    …loy. Change Zendesk link to point to the 'All Open Tickets' filter.
    KatieShipley committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    aa18c47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79a7f02 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    179d87d View commit details
    Browse the repository at this point in the history