Skip to content

Commit

Permalink
feat: add workflow for checking pr title
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Apr 21, 2022
1 parent 812896f commit b5255a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ const templateConfigs = {
'workflow-preview-pr': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-preview-pr.yml'
),
'workflow-verify-pr-title': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2-verify-pr-title.yml'
),
'workflow-publish-metadata': url.parse(
'https://raw.githubusercontent.com/dhis2/workflows/master/ci/dhis2metadata-publish.yml'
),
Expand Down

0 comments on commit b5255a1

Please sign in to comment.