Skip to content

Commit

Permalink
Update issue_priority_with_comment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shmishra99 authored Jun 7, 2023
1 parent 3cabea5 commit 64aeb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/issue_priority_with_comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = async ({ github, context }) => {
let issuesP0Ar = issuesP0.data
let issuesP1Ar = issuesP1.data
const forteenDays = 1;
const twentyEightDays = 28
const twentyEightDays = 1

This comment has been minimized.

Copy link
@aman-ur-7

aman-ur-7 Jul 10, 2023

you have written the same value's in const . Please make sure the that . Instead of twentyEightDays write 1 month(just my opinion).


//filter out issues with exclude label "override-deprioritization".
let FiltersP0issues = []
Expand Down

0 comments on commit 64aeb90

Please sign in to comment.