Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @peombwa @ddyett @georgend
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE_TITLE: Weekly OpenApiDocs Download
MESSAGE_BODY: "This pull request was automatically created by the GitHub Action,\n\n Contains OpenApiDocs Updates from Graph Explorer API"
REVIEWERS: peombwa,ddyett,darrelmiller
ASSIGNEDTO: finsharp
REVIEWERS: peombwa,ddyett,darrelmiller,georgend
ASSIGNEDTO: peombwa
LABELS: generated
BASE: dev
HEAD: ${{steps.create_branch.outputs.branch}}
Expand Down