-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 Add early exit if there was no successful merge (#265)
* 🎨 Add early exit if there was no successful merge * 🔖 Create new version * 👷 Using new credentials * 🚀 Update dist folder
- Loading branch information
Showing
6 changed files
with
27 additions
and
15 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Autodev | ||
uses: Staffbase/[email protected].1 | ||
uses: Staffbase/[email protected].2 | ||
with: | ||
# The token used to fetch the pull requests from the GitHub API | ||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
|
@@ -59,7 +59,7 @@ Always create the dev branch. | |
|
||
```yaml | ||
- name: Autodev | ||
uses: Staffbase/[email protected].1 | ||
uses: Staffbase/[email protected].2 | ||
with: | ||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
``` | ||
|
@@ -68,7 +68,7 @@ Add a status comment if the merge was successful or failed. | |
|
||
```yaml | ||
- name: Autodev | ||
uses: Staffbase/[email protected].1 | ||
uses: Staffbase/[email protected].2 | ||
with: | ||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
comments: true | ||
|
@@ -80,7 +80,7 @@ Add a status label if the merge was successful or failed. | |
|
||
```yaml | ||
- name: Autodev | ||
uses: Staffbase/[email protected].1 | ||
uses: Staffbase/[email protected].2 | ||
with: | ||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
labels: true | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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