Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 2f6959d

Browse files
authored
Merge pull request #2341 from atom/aw/action-maintenance
GitHub Action maintenance
2 parents cff6991 + 557c8c9 commit 2f6959d

File tree

3 files changed

+62
-64
lines changed

3 files changed

+62
-64
lines changed

actions/schema-up/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Toolkit.run(async tools => {
2121
);
2222
if (hasSchemaChanges === 0) {
2323
tools.log.info('No schema changes to fetch.');
24-
tools.exit.neutral('Nothing to do.');
24+
tools.exit.success('Nothing to do.');
2525
}
2626

2727
tools.log.info('Checking for unmerged schema update pull requests.');
@@ -39,7 +39,7 @@ Toolkit.run(async tools => {
3939
const repositoryId = openPullRequestsQuery.repository.id;
4040

4141
if (openPullRequestsQuery.repository.pullRequests.totalCount > 0) {
42-
tools.exit.neutral('One or more schema update pull requests are already open. Please resolve those first.');
42+
tools.exit.success('One or more schema update pull requests are already open. Please resolve those first.');
4343
}
4444

4545
const branchName = `schema-update/${Date.now()}`;

actions/schema-up/package-lock.json

Lines changed: 58 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/schema-up/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "node ./index.js"
77
},
88
"dependencies": {
9-
"actions-toolkit": "2.1.0",
10-
"graphql": "14.4.2",
9+
"actions-toolkit": "2.2.0",
10+
"graphql": "14.5.8",
1111
"node-fetch": "2.6.0",
1212
"relay-compiler": "5.0.0"
1313
}

0 commit comments

Comments
 (0)