File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/iterative/cookiecutter-dvc-plugin" ,
3
- "commit" : " b5468040d24fba172720eaa61fb37dab48bda808 " ,
3
+ "commit" : " 91159828cdce86290b97bf4985732651805523c4 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
update :
10
+ permissions :
11
+ contents : write
12
+ pull-requests : write
10
13
runs-on : ubuntu-latest
11
14
steps :
12
15
- uses : actions/checkout@v3
23
26
with :
24
27
commit-message : update template
25
28
title : update template
26
- token : ${{ secrets.WORKFLOW_TOKEN }}
29
+ token : ${{ github.token }}
Original file line number Diff line number Diff line change 2
2
skip : [mypy, pylint]
3
3
4
4
repos :
5
+ - hooks :
6
+ - id : no rej
7
+ name : Check for .rej files
8
+ entry : .rej files found, fix conflicts from these rejected files.
9
+ language : fail
10
+ files : \.rej$
11
+ repo : local
5
12
- hooks :
6
13
- id : black
7
14
language_version : python3
You can’t perform that action at this time.
0 commit comments