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

Prevent creating "main" tag and release on Github #175

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kispaljr
Copy link
Collaborator

@kispaljr kispaljr commented Jan 24, 2025

A tag named "main" (same as the branch name "main") in the GitHub repo confuses git clients and scripts executing git operations, so we should avoid it if possible.

This 3 character long PR tries to fix the GH action that regularly recreates that tag,

Copy link
Contributor

nephio-prow bot commented Jan 24, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kispaljr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@nephio-prow nephio-prow bot requested review from s3wong and tliron January 24, 2025 14:16
@nephio-prow nephio-prow bot added the approved label Jan 24, 2025
@@ -45,9 +46,8 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: porchctl.tgz
asset_name: porchctl.tgz
tag: ${{ github.ref }}
tag: dev
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we need to align test-infra to pick up the correct bin?
https://github.com/nephio-project/test-infra/blob/main/e2e/provision/playbooks/cluster.yml#L141

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, definetly. Will send a co-PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants