File tree Expand file tree Collapse file tree 7 files changed +31
-28
lines changed Expand file tree Collapse file tree 7 files changed +31
-28
lines changed Original file line number Diff line number Diff line change
1
+ name : check-community-approval-label
2
+ on :
3
+ pull_request :
4
+ types :
5
+ - opened
6
+ - synchronize
7
+ - reopened
8
+ - labeled
9
+ - unlabeled
10
+ permissions :
11
+ contents : read
12
+
13
+ jobs :
14
+ check-community-approval-label :
15
+ name : check-community-approval-label
16
+ uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/check-pr-label.yaml@v2
17
+ with :
18
+ label : " community-approved"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,5 +9,12 @@ permissions: read-all
9
9
jobs :
10
10
check-pr-thumbs-up :
11
11
name : check-pr-thumbs-up
12
- uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/check-pr-thumbs-up.yaml@v1.0.0
13
- secrets : inherit
12
+ permissions :
13
+ contents : read
14
+ pull-requests : write
15
+ issues : write
16
+ uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/reactions-based-pr-label.yaml@v2
17
+ with :
18
+ reaction : " +1"
19
+ reaction-count : 5
20
+ label : " community-approved"
Original file line number Diff line number Diff line change 1
1
name : ossf-scorecard
2
2
on :
3
- schedule :
4
- - cron : ' 0 5 * * 1' # Every Sunday at 10pm MST (5:00 UTC)
5
3
push :
6
4
branches : [ "main" ]
7
5
permissions : read-all
12
10
permissions :
13
11
security-events : write
14
12
id-token : write
15
- uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/ossf-scorecard.yaml@v1.0.0
16
- secrets : inherit
13
+ uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/ossf-scorecard.yaml@v2
Original file line number Diff line number Diff line change 13
13
issues : write
14
14
pull-requests : write
15
15
id-token : write
16
- uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/semver-release.yaml@v1.0.0
17
- secrets : inherit
16
+ uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/semver-release.yaml@v2
Original file line number Diff line number Diff line change @@ -11,7 +11,4 @@ permissions: read-all
11
11
jobs :
12
12
validate-pr-title :
13
13
name : validate-pr-title
14
- permissions :
15
- pull-requests : read
16
- uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/validate-pr-title.yaml@v1.0.0
17
- secrets : inherit
14
+ uses : mindbuttergold/github-actions-reusable-workflows/.github/workflows/check-conventional-commit-pr-title.yaml@v2
Original file line number Diff line number Diff line change 5
5
" @semantic-release/commit-analyzer" ,
6
6
" @semantic-release/release-notes-generator" ,
7
7
" @semantic-release/github" ,
8
+ " semantic-release-major-tag" ,
8
9
],
9
10
}
You can’t perform that action at this time.
0 commit comments