[PATCH] D116762: workflows: Make issue-subscriber more robust for labels with special characters

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 10 21:38:44 PST 2022


tstellar marked 2 inline comments as done.
tstellar added inline comments.


================
Comment at: llvm/utils/git/github-automation.py:28
+            comment = '@llvm/{}'.format(team.slug)
+            self.issue.create_comment(comment)
+            return True
----------------
kwk wrote:
> Do we ignore any exceptions that can happen? This question is important for future additions.
That was my plan for this task.  I'm not sure what we would do with the exceptions if we caught them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116762/new/

https://reviews.llvm.org/D116762



More information about the llvm-commits mailing list