mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
chore: GitHub Actions bot comment on PR to find artifacts faster (#707)
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
parent
737b629adc
commit
ef51d28463
23
.github/workflows/pull-request.yml
vendored
23
.github/workflows/pull-request.yml
vendored
@ -6,6 +6,23 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
###########################################
|
||||||
|
###### GitHub Actions bot comment #########
|
||||||
|
###########################################
|
||||||
|
|
||||||
|
comment_pr:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: GitHub Actions bot comment
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Comment on PR
|
||||||
|
uses: thollander/actions-comment-pull-request@master
|
||||||
|
with:
|
||||||
|
message: "PR Artifacts on: [GitHub Actions](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
######################
|
######################
|
||||||
###### Linux #########
|
###### Linux #########
|
||||||
######################
|
######################
|
||||||
@ -34,7 +51,8 @@ jobs:
|
|||||||
platform: amlogic
|
platform: amlogic
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@ -74,7 +92,8 @@ jobs:
|
|||||||
name: macOS
|
name: macOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user