chore: Updated build_push.yml
This commit is contained in:
parent
8f0e646078
commit
ce23a81969
3 changed files with 6 additions and 23 deletions
4
.github/scripts/bump-versions.py
vendored
4
.github/scripts/bump-versions.py
vendored
|
@ -11,8 +11,8 @@ VERSION_STR = "VersionCode ="
|
|||
VERSION_REGEX = re.compile(f"{VERSION_STR} (\\d+)")
|
||||
BUMPED_FILES: list[Path] = []
|
||||
|
||||
BOT_EMAIL = "aniyomi-bot@aniyomi.org"
|
||||
BOT_NAME = "aniyomi-bot[bot]"
|
||||
BOT_EMAIL = "134626626+almightyhak@users.noreply.github.com"
|
||||
BOT_NAME = "almightyhak"
|
||||
|
||||
def has_match(query: str, file: Path) -> tuple[Path, bool]:
|
||||
return (file, query in file.read_text())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue