File tree Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- main
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
lint :
11
14
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
- edited
8
8
- synchronize
9
9
10
+ permissions :
11
+ pull-requests : read
12
+
10
13
jobs :
11
14
main :
12
15
name : Validate PR title
44
47
# special "[WIP]" prefix to indicate this state. This will avoid the
45
48
# validation of the PR title and the pull request checks remain pending.
46
49
# Note that a second check will be reported if this is enabled.
47
- wip : true
50
+ wip : false
48
51
# When using "Squash and merge" on a PR with only one commit, GitHub
49
52
# will suggest using that commit message instead of the PR title for the
50
53
# merge commit, and it's easy to commit this by mistake. Enable this option
Original file line number Diff line number Diff line change 4
4
tags :
5
5
- " v*.*.*"
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
jobs :
8
11
pypi-publish :
9
12
name : upload release to PyPI
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ permissions :
7
+ contents : read
6
8
7
9
jobs :
8
10
release-please :
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
+ permissions :
9
+ contents : read
8
10
9
11
jobs :
10
12
test :
You can’t perform that action at this time.
0 commit comments