Skip to content

Commit f29369e

Browse files
authored
ci: add release entry to pr-labels action (#752)
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
1 parent e8618a2 commit f29369e

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/mergify.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/pr-label.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
'build': null,
2929
'style': null,
3030
'revert': null,
31+
'release': null,
3132
};
3233
3334
const match = title.match(/^(\w+)[\(!\:]/);

0 commit comments

Comments
 (0)