summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author5an7y <[email protected]>2025-07-03 16:23:00 -0700
committer5an7y <[email protected]>2025-07-03 16:23:00 -0700
commit268a017fb1bd448f463d2de527d46db87de8b3a4 (patch)
tree203c492a5e463c8de9ac04afbc593cc66cace42e
parent737e9212529aa48662d8675a1b1bf24a75dc9f9e (diff)
import requests module
-rw-r--r--.github/workflows/tag-codeowner-on-issue.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tag-codeowner-on-issue.yml b/.github/workflows/tag-codeowner-on-issue.yml
index 35789520..2e87273c 100644
--- a/.github/workflows/tag-codeowner-on-issue.yml
+++ b/.github/workflows/tag-codeowner-on-issue.yml
@@ -18,7 +18,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
- run: pip install pyyaml
+ run: pip install pyyaml requests
- name: Extract selected path and tag codeowner
env: