feat: support remove-labels

This commit is contained in:
元凛
2022-09-17 19:13:15 +08:00
parent 78a8afb859
commit 7c5763d4cc
11 changed files with 5851 additions and 323 deletions

9
scripts/const.js Normal file
View File

@@ -0,0 +1,9 @@
const CHANGELOG_NAME = 'CHANGELOG.md';
const user = 'actions-cool';
const repo = 'pr-extract-issues';
module.exports = {
CHANGELOG_NAME,
user,
repo,
};