We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f870d8d commit 6d147b2Copy full SHA for 6d147b2
1 file changed
.github/workflows/pr-label-checker.yml
@@ -41,7 +41,9 @@ jobs:
41
'pr: clean',
42
'pr: fix',
43
'pr: new feature',
44
- 'pr: test'
+ 'pr: test',
45
+ 'pr: revert(ed)',
46
+ 'pr: project-ci-infrastructure'
47
];
48
49
// Check if any descriptive label is included in the 'labels' array
0 commit comments