Skip to content

Commit

Permalink
feat: add project config for checking pr title
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Apr 25, 2022
1 parent 6cbe74b commit 054ca54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ const projectConfigs = {
'workflows',
'dhis2-preview-pr.yml'
),
'workflow-verify-pr-title': path.join(
PROJECT_ROOT,
'.github',
'workflows',
'dhis2-verify-pr-title.yml'
),
'workflow-publish-metadata': path.join(
PROJECT_ROOT,
'.github',
Expand Down

0 comments on commit 054ca54

Please sign in to comment.