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:
Paulchen Panther 2020-02-26 18:52:55 +01:00 committed by GitHub
parent 737b629adc
commit ef51d28463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 2 deletions

View File

@ -6,6 +6,23 @@ on:
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 #########
######################
@ -34,7 +51,8 @@ jobs:
platform: amlogic
steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v1
with:
submodules: true
@ -74,7 +92,8 @@ jobs:
name: macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v1
with:
submodules: true