[MISC] Add github comment workflow for automated builds (#605)

pull/600/head^2
Amir Zarrinkafsh 2020-02-01 22:56:11 +11:00 committed by GitHub
parent e303ae0083
commit 05592cbe2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

11
.github/workflows/prcomments.md vendored 100644
View File

@ -0,0 +1,11 @@
# Containers
These changes can be tested with Docker at the following location:
#### Local Branch
* docker pull authelia/authelia:{branch_name}
#### Public Repo PR
* docker pull authelia/authelia:PR{pull_id}
Public Repo PR's will need to be approved by team member prior to it being deployed in the pipeline.

View File

@ -0,0 +1,13 @@
name: Add container pull commands
on: pull_request
jobs:
comment:
name: Add container pull commands
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: harupy/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.COMMENT_ON_PR_GH_TOKEN }}
with:
filename: prcomments.md