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

feat: set default version to default (bis) #12

Merged
merged 7 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ labels:
any:
- "**/*.md"

- label: "manifest"
sync: true # remove label if match failed, default: false
matcher:
files:
any:
- "action.yml"

checks:
- context: "Ready to merge"
description: "Disable merging when 'draft' label is set."
Expand Down
3 changes: 2 additions & 1 deletion .github/update-labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ create_label "CI/CD" "93ecdb" "Pull requests bring CI/CD improvements."
create_label "docs" "0075ca" "Improvements or additions to documentation."
create_label "duplicate" "cfd3d7" "This issue or pull request already exists."
create_label "maintenance" "ed4d86" "Maintenance work."
create_label "manifest" "D93F0B" "Label for pull request that brings a patch change."
create_label "semver:major" "8151c5" "Label for pull request that brings a major (BREAKING) change."
create_label "semver:minor" "8af85b" "Label for pull request that brings a minor change."
create_label "semver:patch" "fef2c0" "Label for pull request that brings a patch change."
create_label "semver:patch" "fef2c0" "Label for pull request that brings a patch change."
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
version:
description: "The Iggy version to launch."
required: false
default: "default"
default: "latest"
autostart:
description: "Set to false if you do not want to start iggy server automatically"
required: false
Expand Down
28 changes: 0 additions & 28 deletions dist/download-binary.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/download-binary.js.map

This file was deleted.