Skip to content

Commit 83866b0

Browse files
git: Rename jira-cloud-ticket-automation to publish-sarif-to-jira
1 parent dee1353 commit 83866b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jira-cloud-ticket-automation
1+
# publish-sarif-to-jira
22

33
Python project to push SARIF output to JIRA Cloud and track progress of personal projects in JIRA
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name='jira-cloud-ticket-automation',
4+
name='publish-sarif-to-jira',
55
version='0.0.1',
66
packages=find_packages(),
77
install_requires=[

0 commit comments

Comments
 (0)