python: Widen int scalars that do not fit in int64 to uint64 #86
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
| name: 'Update bypass list' | |
| description: 'Update interaction-limits bypass list with eligible contributors' | |
| on: | |
| workflow_dispatch: | |
| pull_request_target: | |
| types: | |
| - closed | |
| schedule: | |
| - cron: 33 6 * * * | |
| permissions: | |
| contents: write | |
| jobs: | |
| update_bypass_list: | |
| name: 'Update bypass list' | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - env: | |
| # Can only use PAT with permissions: admin:org_hook, public_repo | |
| GITHUB_TOKEN: ${{ secrets.ZCBENZ_TOKEN_UPDATE_BYPASS_LIST }} | |
| run: node .github/scripts/update-bypass-list.js ml-explore mlx |