Skip to content

Commit b7bb4ef

Browse files
committed
Move over to raising issues in lemmy-directory
Note Community Removal label is hardcoded, probably this should be in a variable.
1 parent 84297a6 commit b7bb4ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ region="europe-west1"
44
55
mod_user="fnicmodbot"
66
mod_pw="fnicmodbot-dbzer0:latest"
7-
ghrepo="fnic-lemmy/bestofbot"
7+
ghrepo="fnic-lemmy/lemmy-directory"
88
ghtoken="fnic-bot-issues:latest"
99
nsfw="2"
1010

issues.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def raise_issue(ghtoken, ghrepo, title, desc):
1616
issue.create_comment(f'This has failed again.\n\n{desc}')
1717
return
1818

19-
i = repo.create_issue(title = title, body = desc, labels = [repo.get_label(name = "community")])
19+
i = repo.create_issue(title = title, body = desc, labels = [repo.get_label(name = "Community Removal")])

0 commit comments

Comments
 (0)