Skip to content

Commit

Permalink
[MISC] Change github action comment plugin (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah committed Feb 1, 2020
1 parent 006c9e2 commit 6245dd6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 24 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Docker Image CD
on: pull_request

jobs:
example_comment_pr:
runs-on: ubuntu-latest
name: Commentary
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Comment PR
uses: authelia/actions-comment-pull-request@master
with:
message: '# Containers
These changes are published as containers for testing at one of the following locations:
#### Local Branch
* `docker pull authelia/authelia:${{ github.head_ref }}`
#### Pull Request
* `docker pull authelia/authelia:PR${{ github.event.pull_request.number }}`
Pull Requests require approval from an Authelia team member to deploy.'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11 changes: 0 additions & 11 deletions .github/workflows/prcomments.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/prcomments.yml

This file was deleted.

0 comments on commit 6245dd6

Please sign in to comment.