We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3500fee commit b0f7cdfCopy full SHA for b0f7cdf
2 files changed
.github/workflows/breaking_changes_detector.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
check-semver:
13
name: Check semver
@@ -41,6 +44,7 @@ jobs:
41
44
needs: check-semver
42
45
if: always()
43
46
permissions:
47
48
pull-requests: write
49
steps:
50
- name: Comment
.github/workflows/large_files.yml
@@ -25,6 +25,9 @@ on:
25
pull_request:
26
merge_group:
27
28
29
30
31
32
33
@@ -62,6 +65,7 @@ jobs:
62
65
63
66
64
67
68
69
70
71
0 commit comments