Skip to content

Commit

Permalink
Update process_feature_requests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksouth committed Jan 6, 2024
1 parent b52a2e5 commit fa5972f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion issue-tracker/process_feature_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def main(mainpath):

output = {}

rootpath = mainpath + sep + "issue-tracker"
# rootpath = mainpath + sep + "issue-tracker"
rootpath = "." + sep + "issue-tracker"

gh_serilum = Github(auth=Auth.Token(os.environ["GH_SERILUM_DATA_WORKFLOW_API"]))
serilum_org = gh_serilum.get_organization("Serilum")
Expand Down

0 comments on commit fa5972f

Please sign in to comment.