Skip to content
New issue

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

Do not run releaser-pleaser on all pull requests #137

Open
jooola opened this issue Jan 17, 2025 · 0 comments
Open

Do not run releaser-pleaser on all pull requests #137

jooola opened this issue Jan 17, 2025 · 0 comments

Comments

@jooola
Copy link
Contributor

jooola commented Jan 17, 2025

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--**"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant