Skip to content

Commit

Permalink
more clean (#16
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Sep 25, 2023
1 parent a9d6004 commit ea70c65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@ name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
push:
paths:
- '.github/workflows/close-stale.yml'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v8
with:
stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
exempt-pr-labels: exempt-stale
days-before-issue-stale: 999
days-before-pr-stale: 14
days-before-close: 5
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
paths:
- 'charts/**'
- '.github/workflows/helm-test.yml'

# TODO: it'd be nice to eventually work this into release process on new images
# definitely not a right now thing
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
with:
version: v3.9.2

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.7

Expand Down

0 comments on commit ea70c65

Please sign in to comment.