-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into profile_fetch_fix
- Loading branch information
Showing
9 changed files
with
1,199 additions
and
513 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: | |
|
||
- name: Add linter failing label if cargo workflow fails | ||
if: failure() | ||
uses: buildsville/[email protected].0 | ||
uses: buildsville/[email protected].1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
labels: | | ||
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
- name: Remove label if exists and job is successful | ||
if: success() | ||
uses: buildsville/[email protected].0 | ||
uses: buildsville/[email protected].1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
labels: | | ||
|
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,7 +30,7 @@ jobs: | |
- name: Add invalid PR title label if regex is not matching | ||
if: ${{ steps.regex-match.outputs.match == '' }} | ||
uses: buildsville/[email protected].0 | ||
uses: buildsville/[email protected].1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
labels: | | ||
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
- name: Remove label if regex is matching | ||
if: ${{ steps.regex-match.outputs.match != '' }} | ||
uses: buildsville/[email protected].0 | ||
uses: buildsville/[email protected].1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
labels: | | ||
|
Oops, something went wrong.