We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328d52f commit 30deb1fCopy full SHA for 30deb1f
1 file changed
.github/workflows/source-access.yml
@@ -133,7 +133,7 @@ jobs:
133
const current = state[username] || { status: 'none' };
134
135
if (command === 'Request Full Access') {
136
- if (current.status === 'pending') return core.info('Countdown already running; ignoring duplicate.');
+ if (current.status === 'pending') return reply(`[${username}]::Countdown Already Running - Access scheduled for ${fmtDate(current.scheduledFor)}`);
137
if (current.status === 'granted' || await hasCollaboratorAccess(username)) {
138
return reply(`[${username}]::Access Already Granted`);
139
}
0 commit comments