Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
limit new releases to 285 days (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Oct 3, 2023
1 parent cfb368d commit c50cdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python check_for_new_releases.py -t 365
python check_for_new_releases.py -t 285
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit c50cdae

Please sign in to comment.