Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
21 changes: 4 additions & 17 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
# PRLabel: %Service Bus
/sdk/messaging/azservicebus @richardpark-msft @jhendrixMSFT

# PRLabel: %Event Hubs
/sdk/messaging/azeventhubs @richardpark-msft @jhendrixMSFT

# PRLabel: %Service Bus
/sdk/messaging/internal @richardpark-msft @jhendrixMSFT

Expand All @@ -53,7 +56,7 @@
/sdk/resourcemanager/ @ArcturusZhang @lirenhe @tadelesh

# PRLabel: %Storage
/sdk/storage/ @mohsha-msft @zezha-msft @jhendrixMSFT
/sdk/storage/ @siminsavani-msft @souravgupta-msft @tasherif-msft @jhendrixMSFT @gapra-msft

###########
# Eng Sys
Expand All @@ -64,19 +67,3 @@

# PRLabel: %EngSys
/sdk/template/ @benbp @weshaggard

#############
# SDK (track1 and track1.5)
#############

# PRLabel: %Track1
/profiles/ @ArcturusZhang @lirenhe

# PRLabel: %Track1
/services/ @ArcturusZhang @lirenhe

# PRLabel: %Track1
/storage/ @jhendrixMSFT

# PRLabel: %Track1
/version/ @ArcturusZhang @lirenhe
25 changes: 25 additions & 0 deletions .github/workflows/event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# NOTE: currently azure-sdk-actions only hosts check enforcer code.
# If further functionality is added, this name should be updated to reflect
# the more generic behavior
name: Check Enforcer

on:
check_suite:
types: [completed]
issue_comment:
types: [created]

permissions: {}

jobs:
event-handler:
permissions:
statuses: write # to set status (azure/azure-sdk-actions)
pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions)
checks: read # to read check status (azure/azure-sdk-actions)
name: Handle ${{ github.event_name }} ${{ github.event.action }} event
runs-on: ubuntu-latest
steps:
- uses: azure/azure-sdk-actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ vendor/
!.vscode/cspell.json

# api view file
*.gosource
*.gosource

# Default Test Proxy Assets restore directory
.assets
5,654 changes: 0 additions & 5,654 deletions CHANGELOG.md

This file was deleted.

Loading