feat: add new ip_range param to server attach_to_network (#561)
#140
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: Releaser-pleaser | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request_target: | |
| types: | |
| - edited | |
| - labeled | |
| - unlabeled | |
| concurrency: | |
| group: releaser-pleaser | |
| cancel-in-progress: true | |
| jobs: | |
| releaser-pleaser: | |
| # Do not run on forks. | |
| if: github.repository == 'hetznercloud/hcloud-python' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: releaser-pleaser | |
| uses: apricote/releaser-pleaser@v0.7.1 | |
| with: | |
| token: ${{ secrets.HCLOUD_BOT_TOKEN }} | |
| extra-files: | | |
| setup.py | |
| hcloud/_version.py |