Skip to content

Commit

Permalink
Add issue triage helper (#4210)
Browse files Browse the repository at this point in the history
This script/workflow is designed to aid the TC/GC in issue triage. Right
now it is set to 'dry run' mode so we can validate that it functions
properly; We will need a followup PR to change it to actually modify
issues.

---------

Co-authored-by: Morgan McLean <morgan_mclean@hotmail.com>
Co-authored-by: Severin Neumann <neumanns@cisco.com>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent d6977d2 commit a75e1fe
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/scripts/triage-helper/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pygithub = "*"
pytz = "*"

[dev-packages]

[requires]
python_version = "3.11"
Loading

0 comments on commit a75e1fe

Please sign in to comment.