This repository was archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Update branch name #51
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
986a9ed
update "master" to "main"
lmkeston dc79e6a
update "master" to "main"
lmkeston ffd35d1
update "master" to "main"
lmkeston aa8284e
update "master" to "main"
lmkeston 4c7aeb1
update "master" to "main"
lmkeston f717c44
update "master" to "main"
lmkeston c1076b1
update "master" to "main"
lmkeston 4af7c36
update "master" to "main"
lmkeston e8a25b7
update "master" to "main"
lmkeston 4f74915
update "master" to "main"
lmkeston 6d59f98
Rename 17_protect-master.md to 17_protect-main.md
lmkeston File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -29,7 +29,7 @@ _You can follow the manual steps below, or accept the suggestion in the followin | |||||
| run: | | ||||||
| npm install | ||||||
| npm run build | ||||||
| - uses: actions/upload-artifact@master | ||||||
| - uses: actions/upload-artifact@main | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| name: webpack artifacts | ||||||
| path: public/ | ||||||
|
|
||||||
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,9 +1,9 @@ | ||||||
| You can commit this suggestion directly. | ||||||
|
|
||||||
| ```suggestion | ||||||
| - uses: actions/download-artifact@master | ||||||
| - uses: actions/download-artifact@main | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| name: webpack artifacts | ||||||
| path: public | ||||||
| - name: npm install, and test | ||||||
| ``` | ||||||
| ``` | ||||||
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -32,7 +32,7 @@ _You can follow the manual steps below, or accept the suggestions in the followi | |||||
| ... | ||||||
| steps: | ||||||
| - uses: actions/checkout@v2 | ||||||
| - uses: actions/download-artifact@master | ||||||
| - uses: actions/download-artifact@main | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| name: webpack artifacts | ||||||
| path: public | ||||||
|
|
||||||
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
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
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,15 +1,15 @@ | ||||||
| ### Step 17: Hint | ||||||
|
|
||||||
| 1. Edit the [workflow file]({{ editUrl }}) on this branch. | ||||||
| 1. Give your step a name, have it use `pullreminders/label-when-approved-action@master`, and set all the required environment variables. | ||||||
| 1. Give your step a name, have it use `pullreminders/label-when-approved-action@main`, and set all the required environment variables. | ||||||
| ```suggestion | ||||||
| runs-on: ubuntu-latest | ||||||
| steps: | ||||||
| - name: Label when approved | ||||||
| uses: pullreminders/label-when-approved-action@master | ||||||
| uses: pullreminders/label-when-approved-action@main | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| env: | ||||||
| APPROVALS: "1" | ||||||
| GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} | ||||||
| ADD_LABEL: "approved" | ||||||
| ``` | ||||||
| 1. Commit your changes to this branch. | ||||||
| 1. Commit your changes to this branch. | ||||||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.