[✨] Can we have a flag to remove the "performance loss" and "waterfall request" notices in the console? #18
This file contains hidden or 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: Auto Label New Issues | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label the new issue | |
uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
labels: | | |
[STAGE-2] incomplete implementation | |
[STAGE-2] not fully covered by tests yet | |
[STAGE-2] unresolved discussions left | |
[STAGE-3] docs changes not added yet | |
[STAGE-3] missing 2 reviews for RFC PRs |