Giter VIP home page Giter VIP logo

Comments (33)

gibfahn avatar gibfahn commented on July 16, 2024 2

You can see if you're a member by looking at the team list: https://github.com/orgs/nodejs/teams/automation/members (@Tiriel you are a member).

@joyeecheung did you mean to give the automation team access to the automation repo? If so I think it's done through here: https://github.com/orgs/nodejs/teams/automation/repositories

from automation.

evenstensberg avatar evenstensberg commented on July 16, 2024 2

@joyeecheung Do we have a slack or IRC for the automation team?

from automation.

joyeecheung avatar joyeecheung commented on July 16, 2024 2

I think we can start listing team members in README after a week. Right now the number is still growing..

from automation.

bnb avatar bnb commented on July 16, 2024 2

I would love to join, and contribute when I have cycles! ❤️

from automation.

joyeecheung avatar joyeecheung commented on July 16, 2024 2

Hi all, just want to make sure we are on the same page...this team is about:

... building tools, bots and scripts that help Node.js collaborators maintain the Node.js project.

for example, we are building node-core-utils because to land a PR in Node.js, one would do a lot of checks, grab some metadata out of the thread, amend those in the commit message before pushing it to remote. It would make our lives easier if this can be done automatically.

So basically this team is here mostly to serve the Node.js collaborators (i.e. people who have commit access in nodejs/node) and members of other Node.js working group. I noticed a lot of you have not participated in the Node.js core or other Node.js working groups before, so you might get confused when people ping @nodejs/automation for something they want, if you do not know about the existing processes and conventions that those needs are base on.

That said, being in this team does not require you to be a collaborator or a working group member, just want to make sure everybody knows what they are getting themselves into.

Also there is another thing that I have not mentioned before, is that we expect people in the Node.js organization to follow our Code of Conduct.

For now I will temporarily remove people who have not opened any PR within the Node.js organization from the automation team. If you are removed, or if you have replied in this thread before but have not accept a membership invitation, please chat with me privately on gitter(click on my icon on the right) or send me a email (joyeec9h3[at]gmail.com) to confirm that you still want to join and are willing to follow our code of conduct. This does not mean that we don't want you to be part of us, just to make sure people sign up on the CoC before they join.

Sorry for the misunderstanding.

BTW this is the query that I use to search activities within the organization:

query SearchActivityByUser($queryString: String!) {
  search(query: $queryString, type: ISSUE, first: 100) {
    nodes {
      ... on PullRequest {
        url
        publishedAt
        title
        bodyText
      }
    }
  }
}

Where queryString is author:${github_username_here} org:nodejs type:pr

from automation.

joyeecheung avatar joyeecheung commented on July 16, 2024 2

@kinsomicrote

Any requirements for those who want to be part?

Not really, as long as you've read the Code of Conduct and agree on it.

from automation.

Tiriel avatar Tiriel commented on July 16, 2024 1

@gibfahn Yup, I saw that I'm (which is totally awesome for me!), my question was precisely about the "admin access" @joyeecheung was talking about.
But you explain it better 😄
Thanks!

from automation.

joyeecheung avatar joyeecheung commented on July 16, 2024 1

From now on I will add a ❤️ when an invitation is sent out for the request :D...

from automation.

tniessen avatar tniessen commented on July 16, 2024

I requested to join.

from automation.

Tiriel avatar Tiriel commented on July 16, 2024

GitHub-noob question: How do we check we have the "team admin access"?
I currently see myself as team member on the org page, but I don't seem to have any particular access or right.

I did not make this team a child team of build because that would grant access to repos that contain secrets and stuff. I am not that well-versed with Github teams so let me know if there is a better way to organize things better

Seems clearer to me that way!

from automation.

gibfahn avatar gibfahn commented on July 16, 2024

For anyone coming across this thread and not knowing what exactly the team is forj, this issue has the background: nodejs/TSC#392

from automation.

al-k21 avatar al-k21 commented on July 16, 2024

I would like to help automate Node.js project.

from automation.

BethGriggs avatar BethGriggs commented on July 16, 2024

I'd like to help out here :)

from automation.

refack avatar refack commented on July 16, 2024

Happy to help.

from automation.

joyeecheung avatar joyeecheung commented on July 16, 2024

@ev1stensberg Not yet..how about gitter? (proposing that because it's just easy to set up..)

from automation.

aashil avatar aashil commented on July 16, 2024

I would like to help.

from automation.

MM422 avatar MM422 commented on July 16, 2024

@joyeecheung Hi! I would be really happy to join this team. Please let me help with this project. 😃

from automation.

vicky002 avatar vicky002 commented on July 16, 2024

@joyeecheung I have good experience in automation and testing. Would love to work on this, always prefer open source projects over private paid projects. 🙂

from automation.

priyank-p avatar priyank-p commented on July 16, 2024

@joyeecheung, I would like to be in too! Please let me in. 😃

from automation.

kinsomicrote avatar kinsomicrote commented on July 16, 2024

Any requirements for those who want to be part?

from automation.

alopezsanchez avatar alopezsanchez commented on July 16, 2024

@joyeecheung Hello! My name is Alex.
I work with Node.js everyday and I would like to join the team and collaborate with all of you! 😃

from automation.

JasonEtco avatar JasonEtco commented on July 16, 2024

Hiya! I'd like to join (especially to help out with the GitHub side of automation). Don't have a ton of time, but I'll do what I can 💪

from automation.

matchai avatar matchai commented on July 16, 2024

Howdy! 🤠
I'd love to help out in any way I can.

from automation.

riyadhalnur avatar riyadhalnur commented on July 16, 2024

I'm interested 😃

from automation.

nickooms avatar nickooms commented on July 16, 2024

I love Node.js and JavaScript and have been using it on a daily basis for a very long time.
Improving code coverage sounds like a great plan, but a changing API wil probably make it a lot harder.
And then I realise I have no clue whatsoever if standards for describing API changes even exist... 😃
Improving tooling, I wanna help out in any way I can!

from automation.

joshholl avatar joshholl commented on July 16, 2024

I would like to be involved as well

from automation.

richardlau avatar richardlau commented on July 16, 2024

I would also like to help.

from automation.

kinsomicrote avatar kinsomicrote commented on July 16, 2024

I am interested.

from automation.

NullDev avatar NullDev commented on July 16, 2024

Is this still open? I'd be interested!

from automation.

bnb avatar bnb commented on July 16, 2024

Definitely a need still, though I'm not sure if there's been any recent developments from the Automation team!

from automation.

joyeecheung avatar joyeecheung commented on July 16, 2024

@nldev Not really, I think I am going to close this for now, sorry.

@bnb Yes, there are not much developments from the automation team for now. There are a lot of issues open for grabs but there are not many PRs submitted to fix them. I opened this issue to recruit people interested in helping out, especially those who are not members in the organization, but there are only a few people who has been helping out with the automation projects and most of them are already members (though I am happy to see there are a few contributors who are not previously involved with the Node.js organization). I am sorry but it seems opening an issue like this is not enough to get more helping hands, so I am going to close this and think about a better way to do that.

I think the biggest problem with this approach is that we don't have enough contributing guides for existing projects, so people who have not been involved would have trouble finding where to start - this could probably be alleviated once we get the monorepo idea up and running but I don't think it's going to happen soon since most people interested are busy working on other stuff in the organization.

from automation.

joyeecheung avatar joyeecheung commented on July 16, 2024

FYI: if you are still interested in helping, there are a few issues open in https://github.com/nodejs/node-core-utils/issues that could use some help, and I am still actively maintaining it. Other projects listed in this project's README could also use some help but they are less active at the moment.

from automation.

kaue avatar kaue commented on July 16, 2024

@joyeecheung looks like i lost my badge, I had some contributions to the website in the past, i wounder whats required now days to get involved into the team again :)

from automation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.