kanghyunjeon/Github Slack ID mapper action
Input Github ID and Return Slack ID Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-developer-id-mapping | 'KanghyunJeon:UUABCDEFG,member:UuHIJKLMN' -> String that we need for mapping from Github User ID to Slack User ID. Ex) KanghyunJeon:UUABCDEFG,member:UuHIJKLMN | yes | — |
| github-user-id | 'KanghyunJeon' -> Choice 1 / String that we want to search from 'github-developer-id-mapping'. Ex) github_event_pusher_name -> KanghyunJeon will return UUABCDEFG | no | — |
| github-user-ids | 'KanghyunJeon,userA,userB' -> Choice 2 / String that multiple reviewer's ids. | no | — |
Outputs
| name | description |
|---|---|
| slack-user-id | '<@UUABCDEFG>,<@UuOPQRSTU>' -> Slack User ID or IDs that will be returned. |