forked from VoronDesign/VoronUsers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'VoronDesign:master' into master
- Loading branch information
Showing
27 changed files
with
346,058 additions
and
175,785 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
on: | ||
workflow_run: | ||
workflows: ["VoronUsers PR CI"] | ||
types: | ||
- completed | ||
|
||
jobs: | ||
create_pr_comment: | ||
permissions: | ||
pull-requests: write | ||
name: Create PR comment and assign labels | ||
if: ${{ github.event.workflow_run.event == 'pull_request' }} | ||
uses: VoronDesign/.github/.github/workflows/pr-comment-labels.yml@main |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
on: | ||
workflow_run: | ||
workflows: ["VoronUsers PR CI"] | ||
types: | ||
- completed | ||
|
||
jobs: | ||
upload_imagekit: | ||
if: ${{ github.event.workflow_run.event == 'pull_request' }} | ||
uses: VoronDesign/.github/.github/workflows/upload-artifact-imagekit.yml@main | ||
with: | ||
artifact_name: pr_rotated_stls | ||
images_subfolder: img | ||
imagekit-url-endpoint: https://ik.imagekit.io/vorondesign | ||
secrets: | ||
IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY }} | ||
IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }} |
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
Oops, something went wrong.