chore(BA-469): Rename variables api_rqst
to api_request
for clarity (#3404)
#12962
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: 'Auto Label' | |
on: | |
pull_request_target: | |
types: [labeled, unlabeled, opened, synchronize, reopened, edited] | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
auto-label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: lablup/[email protected] |