Skip to content

Commit d9b78c0

Browse files
fix: shortcut api url, prefix
1 parent a9428c3 commit d9b78c0

17 files changed

+8483
-14943
lines changed

.eslintrc.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
{
22
"env": {
3+
"es6": true,
34
"es2021": true,
45
"node": true
56
},
67
"globals": {
78
"jest": true
89
},
9-
"extends": [
10-
"eslint:recommended",
11-
"plugin:node/recommended",
12-
"plugin:jest/recommended"
13-
],
10+
"extends": ["eslint:recommended", "plugin:jest/recommended"],
1411
"parserOptions": {
15-
"ecmaVersion": 12,
12+
"ecmaVersion": "latest",
1613
"sourceType": "module"
1714
}
1815
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can configure a "gatekeeper" who is responsible for the state changes. If:
2727

2828
The Action requires the Shortcut state IDs and the gatekeeper GitHub login to
2929
work, as well as a
30-
[Shortcut API Token](https://app.clubhouse.io/volition/settings/account/api-tokens).
30+
[Shortcut API Token](https://shortcut.com/api/rest/v3#Authentication).
3131

3232
## Table of Contents
3333

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ branding:
44
description: 'Move stories on Shortcut.com'
55
inputs:
66
shortcut_story_prefix:
7-
description: Shortcut/Clubhouse prefix (default "ch")
7+
description: Shortcut prefix (default "sc")
88
required: true
9-
default: 'ch'
9+
default: 'sc'
1010
shortcut_review_state_id:
1111
description: The workflow state where the story should be moved to
1212
required: true

babel.config.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)