Update comment.yml
parent
6245dd68e9
commit
4df798e067
|
@ -1,5 +1,7 @@
|
|||
name: Docker Image CD
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
example_comment_pr:
|
||||
|
@ -26,4 +28,4 @@ jobs:
|
|||
|
||||
|
||||
Pull Requests require approval from an Authelia team member to deploy.'
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue