Skip to content

バス経路順序ロジック (build_stop_route_mapping) のSQL回帰テスト基盤を整備する #79

バス経路順序ロジック (build_stop_route_mapping) のSQL回帰テスト基盤を整備する

バス経路順序ロジック (build_stop_route_mapping) のSQL回帰テスト基盤を整備する #79

Workflow file for this run

name: Label issues
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
with:
add-labels: 'Needs: Triage 🔍'
repo-token: ${{ secrets.GITHUB_TOKEN }}