Skip to content

Commit

Permalink
feat: Implemented the issue and pull request AI labeler (#43)
Browse files Browse the repository at this point in the history
* feat: Implemented the issue and pull request AI labeler
  • Loading branch information
fsadykov authored Jun 28, 2024
1 parent 362082c commit c975fcd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ai-labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

name: FuchiCorp LLC AI labeler

on:
issues:
types: [ opened, edited, synchronyze, reopened ]
pull_request:
types: [ opened, edited, synchronyze, reopened ]

jobs:
common-actions:
secrets: inherit
uses: fuchicorp/common_actions/.github/workflows/python-script-executor.yml@master
with:
script_path: github-management/ai-smart-labeler/ai-issue-labeler.py
requirements_file: github-management/ai-smart-labeler/requirements.txt
22 changes: 22 additions & 0 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c975fcd

Please sign in to comment.