AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

labeler.yml (206B)


      1 name: "Pull Request Labeler"
      2 
      3 on:
      4 - pull_request_target
      5 
      6 jobs:
      7   triage:
      8     runs-on: ubuntu-latest
      9     steps:
     10     - uses: actions/labeler@main
     11       with:
     12         repo-token: "${{ secrets.GITHUB_TOKEN }}"