Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store slack memberID of TSC members #606

Closed
KhudaDad414 opened this issue Feb 21, 2023 · 10 comments
Closed

store slack memberID of TSC members #606

KhudaDad414 opened this issue Feb 21, 2023 · 10 comments
Labels
area/javascript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. enhancement New feature or request good first issue Good for newcomers

Comments

@KhudaDad414
Copy link
Member

Reason/Context

After a discussion on giving some privileges to TSC members, it seems like a good idea to collect TSC member ids from slack and store them here.

Description

This will help us to give some privilege to TSC members in the current issue as well as in future tools if the need arises.

Solution

Just copy the TSC members' member id from slack and add them to the tsc_members.json file.

For example:

	{
		"name": "Aayush Sahu",
		"github": "aayushmau5",
		"linkedin": "aayushmau5",
		"twitter": "aayushmau5",
		"availableForHire": false,
		"repos": [
			"diff"
		]
	},

Should be:

	{
		"name": "Aayush Sahu",
		"github": "aayushmau5",
		"linkedin": "aayushmau5",
                "slack": "U01QRHR1ABH",
		"twitter": "aayushmau5",
		"availableForHire": false,
		"repos": [
			"diff"
		]
	},
@KhudaDad414 KhudaDad414 added the enhancement New feature or request label Feb 21, 2023
@github-actions
Copy link

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@KhudaDad414
Copy link
Member Author

/gfi js

@asyncapi-bot asyncapi-bot added area/javascript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. good first issue Good for newcomers labels Feb 21, 2023
@sambhavgupta0705
Copy link
Member

@KhudaDad414 can I work on this issue?

@KhudaDad414
Copy link
Member Author

@sambhavgupta0705 I think we need confirmation from one of the maintainers of this repo. cc: @derberg @alequetzalli

Copy link
Member

derberg commented Feb 22, 2023

yeah, I think it makes sense, especially if in future TSC members want notifications as DM in slack, thanks to memberID, we will be able to automate it

please do not forget to update https://github.com/asyncapi/community/blob/master/.github/workflows/tsc_members_validator/schema.json as well

@sambhavgupta0705
Copy link
Member

Ok @derberg ,just want to know do I need to do all this manually or their is a script for it.

Copy link
Member

derberg commented Feb 22, 2023

to get memberID and put them in the json file? sorry, definitely manual 😞

@sambhavgupta0705
Copy link
Member

hey @KhudaDad414 we can close this issue now

@Mohit2005123
Copy link

Can I now work on this issue or it is closed

Copy link
Member

derberg commented Nov 6, 2024

we store slack ids now, manually, but we do it - hard to do it in automated way - if you have an idea please open separate issue and propose solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/javascript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants