You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifies the current workflow owner that their workflow is pending approval to proceed.
3
+
Depends on jq being present.
4
+
5
+
Setup:
6
+
1. Create Coda document with a table containing columns `circleci alias` (ex: github username) and `email`, and populate this table with information for each github user.
7
+
3. Find the docId, tableId, and columnIds for the circleci user alias and email columnIds.
8
+
4. Create a Coda API token for this document at https://coda.io/account - limit the token to read access to the target table.
9
+
5. Setup a Slack Bot account with scopes `users:read`, `users:read.email`, and `chat:write`.
10
+
6. Configure orb based on required args
11
+
parameters:
12
+
CODA_USER_ROSTER_TABLE_URL:
13
+
description: |
14
+
Fully qualified API URL to a table containing CIRCLECI_USERNAMEs to email aliases. Must be of the form
0 commit comments