Skip to content

Commit da9aa6c

Browse files
authored
Rename gradle validation workflow (#13182)
1 parent d5ef2a9 commit da9aa6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/repository-settings.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
4242
- Require status checks to pass
4343
- EasyCLA
4444
- `required-status-check`
45+
- `gradle-wrapper-validation`
4546
- Block force pushes: CHECKED
4647

4748
### `cloudfoundry` branch

.github/workflows/gradle-wrapper-validation.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
name: "Validate Gradle Wrappers"
1+
name: Gradle wrapper validation
22

33
on:
44
push:
55
pull_request:
66

7+
permissions:
8+
contents: read
9+
710
jobs:
8-
validation:
11+
gradle-wrapper-validation:
912
runs-on: ubuntu-latest
1013
steps:
1114
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)