Skip to content

Commit 76b3437

Browse files
authored
Update require-codeowners.yml
1 parent 5d9a550 commit 76b3437

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/require-codeowners.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ on:
1515
# exception request pull request is getting
1616
# closed if any was open
1717
- closed
18-
branch:
18+
branches:
1919
- main
2020
- master
21-
2221
# Runs on a merge group build
2322
merge_group:
24-
types:
25-
- checks_requested
2623

24+
permissions:
25+
contents: read
2726

2827
concurrency:
2928
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)