Skip to content

Commit 49aed91

Browse files
committed
Added Hannah's GitHub username to Slack mapping
refs https://ghost.slack.com/archives/C02G9E68C/p1727172884358679 - this allows the bot to ping Hannah when she triggers a CI failure
1 parent 7ed4339 commit 49aed91

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

actions/slack-build/dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6062,6 +6062,8 @@ const openLink = `<https://github.com/${githubRepo}/actions/runs/${githubRunId}/
60626062
let actorLink = githubActor;
60636063

60646064
const githubActorToSlackId = {
6065+
ErisDS: 'U02563SGY',
6066+
60656067
daniellockyer: 'URZENL0V7',
60666068
'sam-lord': 'U017YUER0HL',
60676069
JoeeGrigg: 'U02LNNXJKGA',

actions/slack-build/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const openLink = `<https://github.com/${githubRepo}/actions/runs/${githubRunId}/
3131
let actorLink = githubActor;
3232

3333
const githubActorToSlackId = {
34+
ErisDS: 'U02563SGY',
35+
3436
daniellockyer: 'URZENL0V7',
3537
'sam-lord': 'U017YUER0HL',
3638
JoeeGrigg: 'U02LNNXJKGA',

0 commit comments

Comments
 (0)