Skip to content

Commit

Permalink
HPCC4J-532 Jirabot python script fixes
Browse files Browse the repository at this point in the history
- Added missing comments_url variable

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Aug 31, 2023
1 parent 50f23ad commit 5be77a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Jirabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
user = os.environ['PULL_REQUEST_AUTHOR_NAME']
pull_url = os.environ['PULL_URL']
github_token = os.environ['GITHUB_TOKEN']
comments_url = os.environ['COMMENTS_URL']
print("%s %s %s" % (title, user, comments_url))
result = ''
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/JirabotMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ jobs:
pull_url = os.environ['PULL_URL']
github_token = os.environ['GITHUB_TOKEN']
branch_name = os.environ['BRANCH_NAME']
comments_url = os.environ['COMMENTS_URL']
print("%s %s %s" % (title, user, comments_url))
result = ''
Expand Down

0 comments on commit 5be77a2

Please sign in to comment.