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

Update cares_wrap.cc #38572

Closed
wants to merge 4 commits into from
Closed

Update cares_wrap.cc #38572

wants to merge 4 commits into from

Commits on Apr 8, 2021

  1. [v12.x] deps: update to [email protected]

    PR-URL: #38003
    Reviewed-By: Jan Krems <[email protected]>
    guybedford committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    411a41e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. build: label PRs with GitHub Action instead of nodejs-github-bot

    Main goal of using a GitHub Action for labelling PRs has been to move
    the mapping between files changed -> label into a configuration file
    local to the nodejs/node repository.
    
    Previously any changes to that mapping meant having to grasp the
    nodejs/github-bot project, open a PR with the neccessary changes, get
    approval from its maintainers before those changes finally got pushed
    to production.
    
    The logic involved in using the file paths / label configuration and
    resolving the labels to be applied, has been moved into a custom GitHub
    Action project: nodejs/node-pr-labeler.
    
    Aside from removing the external dependency the nodejs-github-bot is in
    practise, it also reduces the bar for contributors since the resulting
    project is a lot smaller and less complex than nodejs/github-bot.
    
    PR-URL: #38301
    Fixes: nodejs/github-bot#294
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    phillipj authored and targos committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    c592529 View commit details
    Browse the repository at this point in the history
  2. build: fix label-pr workflow

    PR-URL: #38399
    Reviewed-By: Zijian Liu <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    41fdf01 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Update cares_wrap.cc

    OpenBSD does not define AI_ALL.
    VlkrS authored May 6, 2021
    Configuration menu
    Copy the full SHA
    1d2cbd1 View commit details
    Browse the repository at this point in the history