chore: reduce log verbosity when encountering non-standard files in _delta_log #536
Workflow file for this run
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
| # Auto assign every PR to its author when opened | |
| name: Auto-assign PR | |
| on: | |
| pull_request_target: | |
| types: [ opened ] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| assign-author: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: toshimaru/[email protected] |