mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
The PR comment job has been removed (#719)
because this is now handled by our GitHub action app.
This commit is contained in:
parent
2fa7af2974
commit
9a587d3a27
17
.github/workflows/pull-request.yml
vendored
17
.github/workflows/pull-request.yml
vendored
@ -6,23 +6,6 @@ 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 #########
|
||||
######################
|
||||
|
Loading…
Reference in New Issue
Block a user