Skip to content

[Infra] Upgrade node20#458

Open
evgenii wants to merge 4 commits into
actions-ecosystem:mainfrom
EZCall:upgrade-node20
Open

[Infra] Upgrade node20#458
evgenii wants to merge 4 commits into
actions-ecosystem:mainfrom
EZCall:upgrade-node20

Conversation

@evgenii

@evgenii evgenii commented Mar 17, 2024

Copy link
Copy Markdown

What this PR does / Why we need it

This should upgrade the module to run on Node.js 20

Fixing issue

@evgenii evgenii changed the title Upgrade node20 [Infra] Upgrade node20 Mar 17, 2024
@kmasuhr

kmasuhr commented Aug 5, 2024

Copy link
Copy Markdown

Hi, do you have any update or estimated time of release?

@evgenii

evgenii commented Aug 5, 2024

Copy link
Copy Markdown
Author

Hi, do you have any update or estimated time of release?

Unfortunately...

@kmasuhr

kmasuhr commented Aug 5, 2024

Copy link
Copy Markdown

If anyone is looking for alternative I suggest to use code below

- uses: "actions/github-script@v7"
  name: "Add PR labels"
  with:
    script: |
      github.rest.issues.addLabels({
        owner: context.repo.owner,
        repo: context.repo.repo,
        issue_number: context.payload.pull_request.number,
        name: 'LABEL_NAME'
      });
  if: github.event_name == 'pull_request'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants