Skip to content

Commit

Permalink
Merge commit '074da9586bd95821e840c9d42710e30d2c540083' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Nov 25, 2019
2 parents afc4330 + 074da95 commit 2d8f7fa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/stale.yml
@@ -0,0 +1,19 @@
name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 0 * * *"

jobs:
stale:

runs-on: ubuntu-latest

steps:
- 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-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

0 comments on commit 2d8f7fa

Please sign in to comment.