[BUG] After connection on one screen it shows loading and on other chat comes #455
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: Lock Issue and Assign Labels | |
on: | |
issues: | |
types: labeled | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@v3 | |
with: | |
process-only: issues | |
config-path: .github/config/lock_unlock_issue.yml | |
github-token: ${{ secrets.GITHUB_TOKEN }} |