Upgrade Cosmos DB extension to 0.4.6 #483
Workflow file for this run
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
name: Update Extension Gallery Reminder | |
on: | |
pull_request_target: | |
paths: | |
- 'extensionsGallery.json' | |
branches: | |
- release/extensions | |
permissions: | |
pull-requests: write | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mshick/add-pr-comment@v1 | |
with: | |
message: | | |
**MSFT Gallery Maintainer Only** | |
This is a reminder to update the Extensions Gallery list at https://github.com/Microsoft/azuredatastudio/wiki/List-of-Extensions once this PR has been merged in. | |
Instructions for doing this can be found [here](https://mssqltools.visualstudio.com/_git/azuredatastudio-docs?path=/Guides/UpdateExtensionGallery.md&version=GBmain&_a=preview&anchor=guide-for-extension/release-dri). | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens |