This repository was archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
feat: editorial workflow #898
Merged
Merged
Conversation
This file contains hidden or 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
✅ Deploy Preview for staticjscms ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for demo-staticjscms ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
const api = new API({ | ||
branch: 'gh-pages', | ||
repo: 'my-repo', | ||
token: 'token', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
The hard-coded value "token" is used as [authorization header](1).
const api = new API({ | ||
branch: 'gh-pages', | ||
repo: 'my-repo', | ||
token: 'token', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
The hard-coded value "token" is used as [authorization header](1).
const api = new API({ | ||
branch: 'gh-pages', | ||
repo: 'my-repo', | ||
token: 'token', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
The hard-coded value "token" is used as [authorization header](1).
Codecov Report
@@ Coverage Diff @@
## next #898 +/- ##
==========================================
+ Coverage 52.75% 54.93% +2.18%
==========================================
Files 233 246 +13
Lines 10020 11793 +1773
Branches 2631 2993 +362
==========================================
+ Hits 5286 6479 +1193
- Misses 4348 4908 +560
- Partials 386 406 +20
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Re-introduce the editorial workflow.
Gitea backend integration is still outstanding and will be done in a separate PR.
Related to #896