Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

refs #TECH: migrate from rex to rowdy #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lorenzoranucci
Copy link

No description provided.

@lorenzoranucci lorenzoranucci self-assigned this Sep 23, 2020
@filipposarzana
Copy link

filipposarzana commented Sep 28, 2020

@lorenzoranucci You can also update CODEOWNERS

/.github/   @ProntoPro/teamleaders

And use Rowdy trigger on CI

- name: move-asana-cards-to-production
  image: plugins/webhook
  settings:
    urls: https://rowdy.tools.prontopro.tech/v1/drone/pull-request-merged-into-branch
    content_type: application/json
    template: |
      {
        "owner": "{{ repo.owner }}",
        "repo": "{{ repo.name }}",
        "section": "production",
        "sha": "${DRONE_COMMIT}"
      }
  environment:
    PLUGIN_HEADERS:
      from_secret: rowdy_shared_secret
    PLUGIN_VALID_RESPONSE_CODES: 204
  when:
    branch:
      - master

.github/CODEOWNERS Outdated Show resolved Hide resolved
@mavimo mavimo added this to the 0.3.0 milestone Sep 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

4 participants