-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enable GitHub Event Processor for JavaScript #25511
Merged
JimSuplizio
merged 1 commit into
Azure:main
from
JimSuplizio:EnableGitHubEventProcessor
Apr 11, 2023
Merged
Enable GitHub Event Processor for JavaScript #25511
JimSuplizio
merged 1 commit into
Azure:main
from
JimSuplizio:EnableGitHubEventProcessor
Apr 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JimSuplizio
added
the
Central-EngSys
This issue is owned by the Engineering System team.
label
Apr 10, 2023
jsquire
approved these changes
Apr 10, 2023
I'm going to override check enforcer as there's nothing that'll test these changes. |
/check-enforcer override |
HarshaNalluru
added a commit
to HarshaNalluru/azure-sdk-for-js
that referenced
this pull request
Apr 20, 2023
This reverts commit 25c85b3.
HarshaNalluru
added a commit
to HarshaNalluru/azure-sdk-for-js
that referenced
this pull request
Apr 20, 2023
JimSuplizio
added a commit
that referenced
this pull request
Jul 17, 2023
The FabricBot rule for @ mentioning people based upon the service label when the Service Attention label was added should have been generated from the CODEOWNERS file for each repository. At some point and time this stopped happening and changes were made directly to FabricBot. What I'm doing is getting the last FabricBot.json file for this repository, that was removed as part of the [PR where github-event-processor was enabled](#25511) and adding any entries that were in the FabricBot rule that are missing from the CODEOWNERS file.
dgetu
pushed a commit
that referenced
this pull request
Sep 6, 2023
The FabricBot rule for @ mentioning people based upon the service label when the Service Attention label was added should have been generated from the CODEOWNERS file for each repository. At some point and time this stopped happening and changes were made directly to FabricBot. What I'm doing is getting the last FabricBot.json file for this repository, that was removed as part of the [PR where github-event-processor was enabled](#25511) and adding any entries that were in the FabricBot rule that are missing from the CODEOWNERS file.
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this pull request
Sep 28, 2023
[Hub Generated] Review request for Microsoft.ContainerService/aks to add version preview/2023-08-02-preview (Azure#25891) * Adds base for updating Microsoft.ContainerService/aks from version preview/2023-07-02-preview to version 2023-08-02-preview * Updates readme * Updates API version in new specs and examples * update (Azure#25469) * Fix the IstioComponents structure (Azure#25492) * add netorkPolicy "none" (Azure#25511) * add netorkPolicy "none" value and description * add "none" enum value to networkPolicy * add addon autoscaling api (Azure#25479) * Update trusted access put and delete to async operation (Azure#25537) * Update trusted access put and delete to async operation * Update example * Update header * Swagger changes for adding autoscalerprofile flags for daemonset/multipleexpander (Azure#25487) * Adding json changes * adding "daemonsets" to the custom-words * Editing "Expander" to "expander" * Removing daemonset custom word from this pr. look at: Azure/azure-rest-api-specs#25533 * Add AzureServiceMesh example (Azure#25560) * Add AzureServiceMesh example * Fix AKV resource id format * enrich ASM examples (Azure#25598) --------- Co-authored-by: deveshdama <[email protected]> Co-authored-by: robogatikov <[email protected]> Co-authored-by: Chih-Sheng Huang <[email protected]> Co-authored-by: Tongyao Si <[email protected]> Co-authored-by: Youn Jae Kim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable GitHub Event Processor for JavaScript.
Add the configuration file and yml files for Action/Scheduled Event processing.
Remove the FabricBot.json file which is no longer necessary.
This will not be merged until I get confirmation from the FabricBot team that FabricBot has been disabled for this repository.
Fixes #25354