use_build_context_synchronously
false negative when checking mounted for different BuildContext
#2618
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: "issue labeler" | |
on: | |
issues: | |
types: [opened, edited] | |
permissions: read-all | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
issues: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/issue-labeler.yml | |
enable-versioned-regex: 0 | |
include-title: 1 |