Skip to content

Commit 3c60dc8

Browse files
ci(global-replicator): Fix workflow file name in replicator config (#554)
1 parent 889f80e commit 3c60dc8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/__global-replicator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
committer_email: ${{ secrets.GH_BOT_EMAIL }}
224224
patterns_to_ignore: ''
225225
patterns_to_include: >-
226-
.github/workflows/_ci_node.yml,
226+
.github/workflows/_ci-node.yml,
227227
.github/workflows/_update-npm.yml
228228
topics_to_include: 'npm-pkg'
229229
exclude_forked: false

.github/workflows/_ci-node.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
44
# the above-mentioned repo.
55

6+
# To use, add the `npm-pkg` repository label to identify repositories that should trigger this workflow.
7+
8+
# This will run standard CI for Node.js/npm/TypeScript projects.
9+
610
name: CI-Node
711
permissions:
812
contents: write # required for release_setup action

0 commit comments

Comments
 (0)