fix(FR-2903): align login plugin loader with page plugin runtime fetch pattern #22100
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 in Issue' | |
| on: | |
| pull_request_target: | |
| types: [labeled, unlabeled, opened, synchronize, reopened] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| auto-label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: lablup/auto-label-in-issue@1.4.0 |