Skip to content

Commit

Permalink
fix(action): increase list of labels which prevent merges
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthierpetetin committed Jul 25, 2023
1 parent 6690847 commit dc36dc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/check-pr-has-required-labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function main(): Promise<void> {
// Retrieve pull request labels
const prLabels = await retrievePullRequestLabels(octokit, prRepoOwner, prRepoName, prNumber);

const preventMergeLabels = ["needs-qa", "QA'd but questions", "issues-found"];
const preventMergeLabels = ["needs-qa", "QA'd but questions", "issues-found", "need-ux-ds-review", "blocked", "stale", "DO-NOT-MERGE"];

let hasTeamLabel = false;

Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/do-not-merge.yml

This file was deleted.

0 comments on commit dc36dc8

Please sign in to comment.