Skip to content

i am not able to login with another account it giving It looks like you're attempting to sign in to your existing StackBlitz account using a different provider Please proceed by signing in with the provider you originally used, then you can add your new provider in the settings. If you think this is a bug/problem on our end, please file an issue over at https://github.com/stackblitz/core #1363

i am not able to login with another account it giving It looks like you're attempting to sign in to your existing StackBlitz account using a different provider Please proceed by signing in with the provider you originally used, then you can add your new provider in the settings. If you think this is a bug/problem on our end, please file an issue over at https://github.com/stackblitz/core

i am not able to login with another account it giving It looks like you're attempting to sign in to your existing StackBlitz account using a different provider Please proceed by signing in with the provider you originally used, then you can add your new provider in the settings. If you think this is a bug/problem on our end, please file an issue over at https://github.com/stackblitz/core #1363

name: Close Issues with Blank Description
on:
issues:
types: [opened]
jobs:
closeEmptyIssues:
if: "${{ github.event.issue.body == '' }}"
runs-on: ubuntu-latest
steps:
- name: close empty issues
# v1.0.0
uses: kerhub/saved-replies@dd3633c3608fcc768978988b012871d66f98f7d6
with:
token: ${{ secrets.GITHUB_TOKEN }}
state: 'closed'
reply: |
A minimal context is required to triage your issue.
Please open a new issue using one of our templates available [here](https://github.com/stackblitz/core/issues/new/choose)