File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed
Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ * @ cryostatio/reviewers
Original file line number Diff line number Diff line change 1+ needs-triage :
2+ - changed-files :
3+ - any-glob-to-any-file : ' *'
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:recommended" ,
5+ " :dependencyDashboard"
6+ ],
7+ "reviewersFromCodeOwners" : true ,
8+ "labels" : [
9+ " dependencies" ,
10+ " chore" ,
11+ " safe-to-test"
12+ ],
13+ "semanticCommits" : " enabled" ,
14+ "major" : {
15+ "dependencyDashboardApproval" : true
16+ },
17+ "stopUpdatingLabel" : " blocked"
18+ }
Original file line number Diff line number Diff line change 1+ name : Label pull request
2+
3+ on :
4+ pull_request_target :
5+ types :
6+ - opened
7+ - reopened
8+
9+ jobs :
10+ triage :
11+ permissions :
12+ contents : read
13+ pull-requests : write
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : actions/labeler@v6
17+ with :
18+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments