[all-commits] [llvm/llvm-project] a2adeb: workflows: Make issue-subscriber more robust for l...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Fri Jan 14 22:06:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2adebf409ce2559618720039f19d61281b182bc
https://github.com/llvm/llvm-project/commit/a2adebf409ce2559618720039f19d61281b182bc
Author: Tom Stellard <tstellar at redhat.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M .github/workflows/issue-subscriber.yml
A llvm/utils/git/github-automation.py
Log Message:
-----------
workflows: Make issue-subscriber more robust for labels with special characters
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.
Reviewed By: kwk
Differential Revision: https://reviews.llvm.org/D116762
More information about the All-commits
mailing list