We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, releaser-pleaser run on all pull requests, while I don't believe it is needed: https://github.com/hetznercloud/hcloud-cloud-controller-manager/actions/runs/12827616545/job/35769953824?pr=846
https://github.com/hetznercloud/hcloud-cloud-controller-manager/blob/4c239b674ed07327531e18a96dfe52911ea932d8/.github/workflows/releaser-pleaser.yml#L6-L10
I'd be in favor of only running it on the relevant branches, the one managed by releaser-pleaser:
name: Releaser-pleaser on: push: branches: [main] pull_request_target: types: [edited, labeled, unlabeled] branches: ["releaser-pleaser--**"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, releaser-pleaser run on all pull requests, while I don't believe it is needed: https://github.com/hetznercloud/hcloud-cloud-controller-manager/actions/runs/12827616545/job/35769953824?pr=846
https://github.com/hetznercloud/hcloud-cloud-controller-manager/blob/4c239b674ed07327531e18a96dfe52911ea932d8/.github/workflows/releaser-pleaser.yml#L6-L10
I'd be in favor of only running it on the relevant branches, the one managed by releaser-pleaser:
The text was updated successfully, but these errors were encountered: