Skip to content

Commit

Permalink
Update create-release-tasks-in-jira.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaa05 authored Sep 13, 2024
1 parent 4493c03 commit af12ea3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jenkins-jobs-scripts/step1/create-release-tasks-in-jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@
user_ids = ["5dbe0c65c32caa0daa4715f5", "712020:6bd84963-a4d5-4a67-95da-2e76641322b5"] # pragma: allowlist secret

team_members = [
{"name": "krishnaa05", "id": user_ids[2]},
{"name": "haraprasadj", "id": user_ids[1]},
{"name": "atharvar", "id": user_ids[0]},
{"name": "krishnaa05", "id": user_ids[1]},
{"name": "haraprasadj", "id": user_ids[0]}
]

# set initial team member index based on the number of the month
Expand Down

0 comments on commit af12ea3

Please sign in to comment.