mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
13 lines
336 B
YAML
13 lines
336 B
YAML
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@v0.1.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
filename: prcomments.md |