Use composite action for updatecli workflow - #3162
Merged
reakaleek merged 2 commits intoFeb 20, 2023
Merged
Conversation
v1v
approved these changes
Feb 16, 2023
trentm
approved these changes
Feb 16, 2023
v1v
added a commit
to v1v/apm-agent-nodejs
that referenced
this pull request
Mar 21, 2023
* upstream/main: (44 commits) action: abort builds when new commit (elastic#3196) docs: note that 3.40.0 was bad release (elastic#3194) chore(deps-dev): bump @babel/cli from 7.20.7 to 7.21.0 (elastic#3170) chore(deps-dev): bump @babel/core from 7.20.2 to 7.21.0 (elastic#3169) ci: drop max-parallel for GH actions (elastic#3191) test: correct sense of test message (elastic#3186) 3.43.0 (elastic#3184) test, ci: some small changes (elastic#3183) ci: limit parallel GH Action test runs to try to avoid 429 errors on checkout (elastic#3180) fix: transaction name for Next.js API routes in next@13.2 was broken (elastic#3178) mongodb@5 support (elastic#3177) chore(deps-dev): bump body-parser from 1.20.1 to 1.20.2 (elastic#3171) chore(deps-dev): bump restify from 11.0.0 to 11.1.0 (elastic#3172) docs: minor fix in README for Azure Functions example (elastic#3175) feat: Make Agent.flush() return a Promise if no callback is passed as param (elastic#3167) chore(deps-dev): bump @types/node from 18.11.9 to 18.14.0 (elastic#3165) chore(deps-dev): bump @hapi/hapi from 21.2.1 to 21.3.0 (elastic#3166) chore(deps-dev): bump undici from 5.19.1 to 5.20.0 (elastic#3164) chore(deps-dev): bump fastify from 4.12.0 to 4.13.0 (elastic#3154) Use composite action for updatecli workflow (elastic#3162) ...
PeterEinberger
pushed a commit
to fpm-git/apm-agent-nodejs
that referenced
this pull request
Aug 20, 2024
* Use composite action * Add env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Use GitHub composite action
Why
Reuse code and solve the existing issue with Workflows won't be enabled for PRs created on behalf of
GitHub actions [bot], see elastic/ecs-logging-java#200Issues
Similar to elastic/ecs-logging-java#201
Requires elastic/apm-pipeline-library#2076