Skip to content

Commit 0e03ff8

Browse files
committed
ci(GA): run merge-me action only for depentabot
1 parent b39f13c commit 0e03ff8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
merge-me:
1414
name: Merge me!
15-
15+
if: github.actor == 'dependabot[bot]'
1616
runs-on: ubuntu-latest
1717

1818
needs: [test]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"redundant",
99
"duplication"
1010
],
11-
"version": "1.0.2",
11+
"version": "1.0.1",
1212
"homepage": "https://github.com/char0n/json-api-merge",
1313
"license": "BSD-3-Clause",
1414
"repository": {

0 commit comments

Comments
 (0)