servarr-stack – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | name: Greetings |
2 | |||
3 | on: [pull_request_target, issues] |
||
4 | |||
5 | jobs: |
||
6 | greeting: |
||
7 | runs-on: ubuntu-latest |
||
8 | steps: |
||
9 | - uses: actions/first-interaction@v1 |
||
10 | with: |
||
11 | issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.' |
||
12 | pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-readarr/blob/develop/.github/PULL_REQUEST_TEMPLATE.md)!' |
||
13 | repo-token: ${{ secrets.GITHUB_TOKEN }} |