Skip to content

Commit

Permalink
Update vote_tracker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSaini101 committed Jul 17, 2024
1 parent 1a0b934 commit 7dcec19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/vote_tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ module.exports = async ({ context }) => {

// Parse the vote-closed comment created by git-vote[bot]
// No need to look for "Vote closed" as this is already validated by the workflow that runs this code
// No need to look for "Vote closed" as this is already validated by the workflow that runs this code
async function parseVoteClosedComment() {
const bindingVotesSectionMatch = message.match(/Binding votes \(\d+\)[\s\S]*?(?=(<details>|$))/);
const bindingVotesSection = bindingVotesSectionMatch ? bindingVotesSectionMatch[0] : '';
Expand Down

0 comments on commit 7dcec19

Please sign in to comment.