Feature Request: Configurable inode calculation for rclone mount with 32-bit compatibility #962
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
| name: Notify users based on issue labels | |
| on: | |
| issues: | |
| types: [labeled] | |
| jobs: | |
| notify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: jenschelkopf/issue-label-notification-action@1.3 | |
| with: | |
| token: ${{ secrets.NOTIFY_ACTION_TOKEN }} | |
| recipients: | | |
| Support Contract=@rclone/support |