Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const postComment = require('../../utils/post-issue-comment');
var github;
var context;

const AGENDA_ISSUE_NUM = 7859; // Issue number of the Dev/PM meeting agenda on Mondays
const AGENDA_ISSUE_NUM = 8442; // Issue number of the Dev/PM meeting agenda on Mondays

/**
* @description - Function to create a new issue that lists inactive and removed members and posts
Expand Down
2 changes: 1 addition & 1 deletion github-actions/utils/_data/static-issue-nums.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"AGENDA" : 7859
"AGENDA" : 8442
}