-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/41570-cant-navigate-to-disabled-checkbox…
…-item-using-arrow-keyboard
- Loading branch information
Showing
228 changed files
with
3,926 additions
and
3,384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 7 additions & 2 deletions
9
.github/actions/javascript/getPreviousVersion/getPreviousVersion.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
import * as core from '@actions/core'; | ||
import {readFileSync} from 'fs'; | ||
import type {PackageJson} from 'type-fest'; | ||
import * as versionUpdater from '@github/libs/versionUpdater'; | ||
|
||
const semverLevel = core.getInput('SEMVER_LEVEL', {required: true}); | ||
if (!semverLevel || !Object.values<string>(versionUpdater.SEMANTIC_VERSION_LEVELS).includes(semverLevel)) { | ||
core.setFailed(`'Error: Invalid input for 'SEMVER_LEVEL': ${semverLevel}`); | ||
} | ||
|
||
const {version: currentVersion} = JSON.parse(readFileSync('./package.json', 'utf8')); | ||
const previousVersion = versionUpdater.getPreviousVersion(currentVersion, semverLevel); | ||
const {version: currentVersion}: PackageJson = JSON.parse(readFileSync('./package.json', 'utf8')); | ||
if (!currentVersion) { | ||
core.setFailed('Error: Could not read package.json'); | ||
} | ||
|
||
const previousVersion = versionUpdater.getPreviousVersion(currentVersion ?? '', semverLevel); | ||
core.setOutput('PREVIOUS_VERSION', previousVersion); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
docs/articles/expensify-classic/expenses/Referral-Program.md
This file was deleted.
Oops, something went wrong.
25 changes: 25 additions & 0 deletions
25
docs/articles/expensify-classic/expensify-card/Change-Expensify-Card-limit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Change Expensify Card limit | ||
description: Increase or decrease the limit for an Expensify Card or for a group | ||
--- | ||
<div id="expensify-classic" markdown="1"> | ||
|
||
You can set Expensify Card limits for each group in your organization, or you can set the limit per card. | ||
|
||
# Set a limit per card | ||
|
||
1. Hover over Settings, then click **Domains**. | ||
2. Click the name of the domain. | ||
3. Next to the card, click **Edit Limit**. | ||
4. Ensure the Custom Smart Limit toggle is enabled to be able to set a specific card limit. Otherwise, the card limit will be determined by the limit set for the group that the employee is in. | ||
5. In the Limit Amount field, enter the desired limit. If set to $0, the card will be disabled for use until the limit is increased. | ||
6. Click **Save**. | ||
|
||
# Set a limit per group | ||
|
||
1. Hover over Settings, then click **Domains**. | ||
2. Click the name of the domain. | ||
3. Click the **Groups** tab on the left. | ||
4. Click the Expensify Card Smart Limit field for the card and enter the desired limit. | ||
|
||
</div> |
28 changes: 28 additions & 0 deletions
28
...cles/expensify-classic/expensify-card/Deactivate-or-cancel-an-Expensify-Card.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Deactivate or cancel an Expensify Card | ||
description: Close an Expensify Card | ||
--- | ||
<div id="expensify-classic" markdown="1"> | ||
|
||
A cardholder or a Domain Admin can cancel an Expensify Card. You may want to cancel a card: | ||
- To cancel an old Expensify Card after upgrading to the new Expensify Visa® Commercial Card | ||
- After a fraudulent or suspicious charge | ||
- After an employee leaves the company | ||
|
||
# Domain Admins | ||
|
||
To cancel an employee's Expensify Card as a Domain Admin, | ||
|
||
1. Hover over Settings, then click **Domains**. | ||
2. Click the name of the domain. | ||
3. Next to the card, click **Terminate**. | ||
|
||
# Cardholders | ||
|
||
To cancel an Expensify Card assigned to you, | ||
|
||
1. Hover over Settings, then click **Account**. | ||
2. Click the **Credit Card Import** tab. | ||
3. Click **Cancel** next to the card. | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.