-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate files with
sbt generateCiFiles fix
- Loading branch information
1 parent
f30c2d9
commit 9cc7fbe
Showing
4 changed files
with
13 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ jobs: | |
name: Auto rebase PRs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: Label305/[email protected].5 | ||
- uses: Label305/[email protected].10 | ||
with: | ||
github_token: ${{ secrets.ADMIN_GITHUB_TOKEN }} |
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,10 +49,18 @@ jobs: | |
apps: sbt | ||
- name: Enable Coursier cache | ||
uses: coursier/cache-action@v5 | ||
- name: Check if `.github/auto_assign.yml` exists | ||
id: check_files | ||
uses: andstor/file-existence-action@v1 | ||
with: | ||
files: ".github/auto_assign.yml" | ||
- name: Add Pull Request Reviewer | ||
if: steps.check_files.outputs.files_exists == 'true' | ||
uses: kentaro-m/[email protected] | ||
- run: sbt generateCiFiles fix || sbt "generateCiFiles; scalafmtAll; scalafmtSbt" || true | ||
- name: Push changes | ||
id: push | ||
uses: stefanzweifel/git-auto-commit-action@v4.7.2 | ||
uses: stefanzweifel/git-auto-commit-action@v4.8.0 | ||
with: | ||
commit_message: Regenerate files with `sbt generateCiFiles fix` | ||
post-scala-steward: | ||
|
@@ -62,7 +70,7 @@ jobs: | |
if: github.event_name == 'pull_request' && github.event.pull_request.user.login == 'alejandrohdezma' && contains(github.event.pull_request.body, 'Scala Steward') | ||
steps: | ||
- name: Automerge Scala Steward PRs | ||
uses: ridedott/[email protected].73 | ||
uses: ridedott/[email protected].138 | ||
with: | ||
GITHUB_LOGIN: alejandrohdezma | ||
GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }} | ||
|
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