Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding script to calculate score for pagerduty issues #4832

Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3851f82
feat: active inactive user phase 3 (#4649)
Shivam-nagar23 Mar 18, 2024
d68d034
fix: extra check added for mono-repo migraiton (#4764)
prakash100198 Mar 18, 2024
ef2bc39
added request method in audit logger (#4817)
raunit-verma Mar 19, 2024
4c59576
fix: rolefilters correction with all applications and particular app…
Shivam-nagar23 Mar 20, 2024
3cbf2b1
fix: 5xx 4.0 iter (#4620)
prakash100198 Mar 20, 2024
dc49da4
chore: refactoring v4 (#4775)
kartik-579 Mar 20, 2024
8e4cc36
fix: hide ldap creds in in get req (#4788)
prakash100198 Mar 20, 2024
4da24a7
pointer binding (#4826)
Shivam-nagar23 Mar 21, 2024
2533981
Adding script to calculate score for pagerduty issues
YashasviDevtron Mar 21, 2024
50b208f
Update github_pagerduty_issue_score_calculation.py
YashasviDevtron Mar 21, 2024
b93c00f
feat: Branch Divergence Checker Plugin (#4806)
YashasviDevtron Mar 21, 2024
392b156
feat: Added Apply job in k8s plugin (#4828)
kirandevtn Mar 21, 2024
c7d2add
feat: Information of Linked CI Pipelines on Parent CI Pipeline (#4786)
Ash-exp Mar 21, 2024
96392dd
Update github_pagerduty_issue_score_calculation.py
YashasviDevtron Mar 22, 2024
d3cc93a
Update github_pagerduty_score_calculation.yml
YashasviDevtron Mar 22, 2024
6064561
Update github_pagerduty_score_calculation.yml
YashasviDevtron Mar 22, 2024
8b2532c
Update github_pagerduty_issue_score_calculation.py
YashasviDevtron Mar 22, 2024
d48f446
Update github_pagerduty_issue_score_calculation.py
YashasviDevtron Mar 22, 2024
0241c4a
Update github_pagerduty_score_calculation.yml
YashasviDevtron Mar 22, 2024
ce94374
feat:Github Pull Request Closer (#4833)
YashasviDevtron Mar 22, 2024
dc0cf7d
chore: Image scanning refactoring (#4802)
kartik-579 Mar 22, 2024
eb5bab7
Update github_pagerduty_score_calculation.yml
YashasviDevtron Mar 22, 2024
f85d8c8
Update github_pagerduty_issue_score_calculation.py
YashasviDevtron Mar 22, 2024
876d5af
Update github_pagerduty_score_calculation.yml
YashasviDevtron Mar 24, 2024
bcb308f
Update github_pagerduty_issue_score_calculation.py
YashasviDevtron Mar 26, 2024
fb53dfd
Merge branch 'main' into pageduty_issue_score
YashasviDevtron Mar 26, 2024
3467863
fix: helm deployements stucked in queued for devtron apps (#4842)
Ash-exp Mar 27, 2024
a37e3df
ns not found in case ips is being injected in cluster (#4844)
prakash100198 Mar 28, 2024
4af021e
Merge branch 'devtron-labs:main' into pageduty_issue_score
YashasviDevtron Mar 28, 2024
7da1a64
Delete .github/github_pagerduty_issue_score_calculation.py
YashasviDevtron Mar 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update github_pagerduty_issue_score_calculation.py
  • Loading branch information
YashasviDevtron authored Mar 22, 2024
commit f85d8c8be6255e6f8c4379156d7fbef850f6871e
2 changes: 1 addition & 1 deletion .github/github_pagerduty_issue_score_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def process_issue_body(issue_body):
print(e.stderr)
return final_score

token = os.environ.get('MY_ACCESS_TOKEN')
token = os.environ.get('GH_TOKEN')
subprocess.run(['gh', 'auth', 'login', '--with-token'], input=token, text=True, capture_output=True)

# Retrieving environment variables
Expand Down
Loading