File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " PR Lint"
2+ on :
3+ pull_request_target :
4+ types :
5+ - opened
6+ - edited
7+ - synchronize
8+
9+ jobs :
10+ main :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : amannn/action-semantic-pull-request@v5
14+ env :
15+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ name : " Stale Issue and PR Manager"
2+ on :
3+ schedule :
4+ - cron : ' 0 0 * * *'
5+
6+ jobs :
7+ stale :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/stale@v8
11+ with :
12+ days-before-stale : 60
13+ days-before-close : 7
14+ stale-issue-message : ' This issue is stale because it has been open 60 days with no activity.'
15+ stale-pr-message : ' This PR is stale because it has been open 60 days with no activity.'
16+ stale-issue-label : ' stale'
17+ stale-pr-label : ' stale'
Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/pre-commit/pre-commit-hooks
3+ rev : v4.6.0
4+ hooks :
5+ - id : trailing-whitespace
6+ - id : end-of-file-fixer
You can’t perform that action at this time.
0 commit comments