Skip to content

Commit

Permalink
Update template ID temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Feb 5, 2025
1 parent 460e6c0 commit 423aeb6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions ci/asana-create-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const releaseUrl = process.env.RELEASE_URL || 'https://example.com/';
const releaseNotesRaw = process.env.RELEASE_NOTES || '<EMPTY RELEASE NOTES>';
const releaseNotes = md.render(releaseNotesRaw);

const templateTaskGid = '1206774921409831';
const templateTaskGid = '1209334124753471'; /* TODO: Replace with original template ID after monorepo migration */
const autoconsentProjectGid = '1201844467387842';
const releaseSectionGid = '1202253736774466';
const projectExtractorRegex = /\[\[project_gids=(.*)]]/;
Expand All @@ -21,7 +21,8 @@ const projectExtractorRegex = /\[\[project_gids=(.*)]]/;
*
* @typedef {{
* android: platformData,
* windows: platformData
* windows: platformData,
* apple: platformData
* }} AsanaOutput
*/

Expand All @@ -37,13 +38,8 @@ const platforms = {
taskGid: '',
taskUrl: '',
},
ios: {
displayName: 'iOS',
taskGid: '',
taskUrl: '',
},
macos: {
displayName: 'macOS',
apple: {
displayName: 'Apple',
taskGid: '',
taskUrl: '',
},
Expand Down

0 comments on commit 423aeb6

Please sign in to comment.