The PR comment job has been removed (#719)

because this is now handled by our GitHub action app.
This commit is contained in:
Paulchen Panther 2020-03-11 17:24:05 +01:00 committed by GitHub
parent 2fa7af2974
commit 9a587d3a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -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 #########
######################