From e0ad23a559d00f0007c45edee52001eac666c25a Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 10 Nov 2021 15:03:45 -0800 Subject: [PATCH] Remove galleries list action (#17648) --- .../update-galleries-list-reminder.yml | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/update-galleries-list-reminder.yml diff --git a/.github/workflows/update-galleries-list-reminder.yml b/.github/workflows/update-galleries-list-reminder.yml deleted file mode 100644 index 2582adbdc5..0000000000 --- a/.github/workflows/update-galleries-list-reminder.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Update Extension Gallery Reminder -on: - pull_request: - paths: - - 'extensionsGallery.json' - branches: - - release/extensions - -jobs: - main: - runs-on: ubuntu-latest - steps: - - uses: mshick/add-pr-comment@v1 - with: - message: | - 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://github.com/microsoft/azuredatastudio-docs/blob/main/Guides/UpdateExtensionGallery.md#guide-for-extension-release-dri). - - repo-token: ${{ secrets.GITHUB_TOKEN }} - repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens