[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
Thu Jan 6 11:55:34 PST 2022


tstellar created this revision.
tstellar added a reviewer: asl.
tstellar requested review of this revision.
Herald added a project: LLVM.

Also, replace the existing actionscript implementation with a python
script that can be run outside of GitHub Actions.  The intention is
that going forward, all github action functionality would be implemented
in this script.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116762

Files:
  .github/workflows/issue-subscriber.yml
  llvm/utils/git/github-automation.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116762.397954.patch
Type: text/x-patch
Size: 3791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220106/06909c02/attachment.bin>


More information about the llvm-commits mailing list