File tree Expand file tree Collapse file tree 7 files changed +8
-17
lines changed
Expand file tree Collapse file tree 7 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 33have_fun : true
44code_review :
55 disable : false
6- comment_severity_threshold : MEDIUM
6+ comment_severity_threshold : " MEDIUM"
77 max_review_comments : -1
88 pull_request_opened :
99 help : false
10- summary : false # turned off by default
10+ # Turned off by default
11+ summary : false
1112 code_review : true
1213ignore_patterns : []
Original file line number Diff line number Diff line change 77
88version : 2
99updates :
10- - package-ecosystem : " github-actions"
11- directory : " /"
12- schedule :
13- interval : " weekly"
14- labels : ["skip-notes"]
15- open-pull-requests-limit : 3
16- groups :
17- actions :
18- patterns :
19- - " *"
2010 - package-ecosystem : cargo
2111 directory : /
2212 schedule :
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Check out repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 ref : ${{ github.event.inputs.git-tag }}
3232 - name : Build and push container
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Check out repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 - name : Build and push container
2828 uses : coreos/actions-lib/build-container@main
2929 with :
Original file line number Diff line number Diff line change 2727 - name : Install packages
2828 run : dnf install -y git make mock
2929 - name : Check out repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 # fetch tags for versioning
3232 with :
3333 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 # https://github.com/actions/checkout/issues/760
2121 - name : Mark git checkout as safe
2222 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ kramdown:
1414 ndash : " --"
1515 mdash : " ---"
1616
17- remote_theme : just-the-docs/just-the-docs@v0.10 .0
17+ remote_theme : just-the-docs/just-the-docs@v0.12 .0
1818plugins :
1919 - jekyll-remote-theme
2020
You can’t perform that action at this time.
0 commit comments