Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/__global-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
committer_email: ${{ secrets.GH_BOT_EMAIL }}
patterns_to_ignore: ''
patterns_to_include: >-
.github/workflows/_ci_node.yml,
.github/workflows/_ci-node.yml,
.github/workflows/_update-npm.yml
topics_to_include: 'npm-pkg'
exclude_forked: false
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/_ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.

# To use, add the `npm-pkg` repository label to identify repositories that should trigger this workflow.

# This will run standard CI for Node.js/npm/TypeScript projects.

name: CI-Node
permissions:
contents: write # required for release_setup action
Expand Down