competitive-hpp 0.10.21

Competitive Programming Library for AtCoder with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Labeler

on:
  - pull_request

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/labeler@v2
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
          configuration-path: ".github/labeler.yml"