workflows(stale): Stub the message

This commit is contained in:
Jacob Hrbek 2020-05-11 02:13:55 +02:00 committed by GitHub
parent d05307e15c
commit 30da3e6b66
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-message: 'FIXME: Stale issue message (https://github.com/RXT0112/Zernit/edit/master/.github/workflows/stale.yml)'
stale-pr-message: 'FIXME: Stale pull request message (https://github.com/RXT0112/Zernit/edit/master/.github/workflows/stale.yml)'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'