Skip to content

Commit

Permalink
MAI: Pin stale action to major version only
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed May 19, 2020
1 parent 3c2539e commit 79fdea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-pr-and-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close Stale Issues
uses: actions/stale@v3.0.0
uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
Expand Down

0 comments on commit 79fdea3

Please sign in to comment.